@tchainstack/chainstack.js
v0.4.35
Published
chainstack javascript lib
Downloads
48
Readme
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.js
Development
Dependencies
- Node.js v8.x
- Yarn
Initialization
git clone https://github.com/caiqingfeng/chainstack.js.git
cd chainstack.js
yarn
Develop
yarn dev
Build
yarn build
Testing
Running unit test
yarn test
Running unit test in watch mode
yarn test:watch
Contributing
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.