0.1.9 • Published 3 years ago

client-library v0.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

2.0.0

3 years ago