Skip to content

michaelcai/dipperin.js

 
 

Repository files navigation

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.js

Development

Dependencies

  • Node.js v8.x
  • Yarn

Initialization

git clone https://github.com/caiqingfeng/dipperin.js.git
cd dipperin.js
yarn

Develop

yarn dev

Build

yarn build

Testing

Running unit test

yarn test

Running unit test in watch mode

yarn test:watch

Contributing

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.8%