bluefin-ts-bundled
v2.0.0
Published
[<img alt="Firefly logo" src="https://raw.githubusercontent.com/fireflyprotocol/firefly_exchange_client/main/res/banner.png" />](#)
Downloads
8
Maintainers
Readme
Bluefin Client Library
A typescript Bluefin client library for creating signed orders and placing them on exchange.The library provides an interface to connect with on-chain contracts and off-chain orderbook and listen to socket events emitted from both Bluefin's on-chain and off-chain part of the protocol.
The documentation about the library could be found here
Examples on how to use the library are available here
How To?
- Typescript version should be >= 5.
- Build library using
yarn build
- To run tests, do
yarn test
- To run linter, use
yarn lint