Overview¶
Contracts¶
Data Markets¶
XBR Data Markets interact with the XBR Network calling:
XBRNetwork.register to register in the XBR network
XBRNetwork.createMarket to open a new market
XBRNetwork.openPaymentChannel to open a payment channel, depositing an amount of XBR token. this returns a new
XBRChannelSCXBRChannel.close to close a payment channel.
Data Providers¶
XBR Data Providers interact with the XBR Network calling:
XBRNetwork.register to register in the XBR network
XBRNetwork.joinMarket to join a market, depositing an amount of XBR token as a security and for the market maker to open a payment channel with this data provider
XBRNetwork.requestPayingChannel to request a payment channel receiving money from the market maker, depositing an amount of XBR token. this returns a new
XBRChannelSCXBRChannel.close to close a payment channel.
Data Consumers¶
XBR Data Consumers interact with the XBR Network calling:
XBRNetwork.register to register in the XBR network
XBRNetwork.joinMarket to join a market, depositing an amount of XBR token as a security
XBRNetwork.openPaymentChannel to open a payment channel, depositing an amount of XBR token. this returns a new
XBRChannelSCXBRChannel.close to close a payment channel.