Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 1.1 KB

README copy.md

File metadata and controls

23 lines (14 loc) · 1.1 KB

Firefly Client Library

Firefly logo

GitHub Workflow Status GitHub package.json version GitHub

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?

  • Build library using yarn build
  • To run tests, do yarn test
  • To run linter, use yarn lint