JSPM

@bluefin-exchange/bluefin-v2-client

6.5.2-pre
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 663
  • Score
    100M100P100Q123955F
  • License ISC

The Bluefin client Library allows traders to sign, create, retrieve and listen to orders on Bluefin Exchange.

Package Exports

  • @bluefin-exchange/bluefin-v2-client
  • @bluefin-exchange/bluefin-v2-client/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bluefin-exchange/bluefin-v2-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bluefin 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?

  • Typescript version should be >= 5.
  • Build library using yarn build
  • To run tests, do yarn test
  • To run linter, use yarn lint