Javascript API for integration with Dipperin blockchains using Dipperin RPC API.
Use your favorite package manager to download it.
yarn add @dipperin/dipperin.js
// or
npm install --save @dipperin/dipperin.js
- Node.js v8.x
- Yarn
git clone https://github.com/caiqingfeng/dipperin.js.git
cd dipperin.js
yarn
yarn dev
yarn build
Running unit test
yarn test
Running unit test in watch mode
yarn test:watch
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to this project.