client-library
v0.1.9
Published
Client library offering services to interact with Boson Protocol.
Downloads
31
Readme
Client Library
This typescript library provides client services for interacting with Boson Protocol (smart contracts & backend services).
Prerequisite
npm install
Build
To run the build:
npm run build
Testing
All tests are written using Mocha & Chai.
Prerequisite
Be sure you've defined an ./.env file with the variables 'INFURA_API_KEY' and 'INFURA_PROJECT_SECRET'. See ./.env.example for more details.
Run the tests
To run all tests:
npm run test
To run only unit tests:
npm run test:unit
To run only integration tests:
npm run test:integration