Client library offering services to interact with Boson Protocol.
npm install client-library
npm install
`
Build
To run the build:`shell script
npm run build
`Testing
All tests are written using Mocha & Chai.$3
Be sure you've defined an ./.env file with the variables 'INFURA_API_KEY' and 'INFURA_PROJECT_SECRET'.
See ./.env.example for more details.$3
To run all tests:
`shell script
npm run test
`To run only unit tests:
`shell script
npm run test:unit
`To run only integration tests:
`shell script
npm run test:integration
``