@dipperin/dipperin.js
v0.5.2
Published
Dipperin javascript lib
Readme
Dipperin.js
Javascript API for integration with Dipperin blockchains using Dipperin RPC API.
Installation
Use your favorite package manager to download it.
yarn add @dipperin/dipperin.js
// or
npm install --save @dipperin/dipperin.jsDevelopment
Dependencies
- Node.js v8.x
- Yarn
Initialization
git clone https://github.com/caiqingfeng/dipperin.js.git
cd dipperin.js
yarnDevelop
yarn devBuild
yarn buildTesting
Running unit test
yarn testRunning unit test in watch mode
yarn test:watchContributing
Contributing Guide
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.
