@unicitylabs/bft-js-sdk
v1.0.1-rc.bbed9c7
Published
## Development
Readme
UBFT JavaScript SDK
Development
Installation
Run following command to install all dependencies npm install
Testing
Project uses ts-jest for testing.
To run unit tests, run npm run test
To run integration tests using Docker, run npm run docker:ubft to start UBFT nodes. When running UBFT locally, change values in tests/integration/config.ts to reflect local setup.
Afterwards run npm run integration-test. Running tests through IDE likely starts them all at once and some will fail.
Usage
Package
Latest nightly build is in npm registry with dev tag.
