@cfxmarkets/libofn
v0.13.3
Published
Standard interface for interacting with OFN
Downloads
46
Readme
libofn
This is a library which provides
- An interface for interacting with the OpenFinance Network smart contracts
- An interface for interacting with exchanges that implement the OpenFinance Exchange API standard
- A mock exchange that can be used to test exchange front-end components
OpenFinance Network smart contract interface
Exchange interface
Mock exchange
The mock exchange is available as the MockExchange
class in
"libofn/Mock/Exchange"
. An instance is constructed with no parameters and
starts generating data immediately. To stop the data generator, use the stop
method.