Chainstack.js
Javascript API for integration with Chainstack blockchains using Chainstack RPC API.
Installation
Use your favorite package manager to download it.
yarn add @tchainstack/chainstack.js
// or
npm install --save @tchainstack/chainstack.jsDevelopment
Dependencies
- Node.js v8.x
- Yarn
Initialization
git clone https://github.com/caiqingfeng/chainstack.js.git
cd chainstack.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.