client-library
v0.1.9
Published
Client library offering services to interact with Boson Protocol.
Readme
Client Library
This typescript library provides client services for interacting with Boson Protocol (smart contracts & backend services).
Prerequisite
npm installBuild
To run the build:
npm run buildTesting
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 testTo run only unit tests:
npm run test:unitTo run only integration tests:
npm run test:integration