0.1.9 • Published 4 years ago

client-library v0.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

2.0.0

4 years ago