English | 中文
The Crypto-SDK is a js SDK for transfer (receive not only ETH but also any ERC-20 token; the same is true for a BNB address, BHP address, et al.) and query of mainstream blockchain.
- clone
git clone https://github.com/mhxw/crypto-sdk.git
- installation dependencies
yarn install
You first need to configure your app to use the Kovan Testnet and get a few Kovan ETH (the faucet here is a good start, https://faucet.kovan.network/).
- run app
node app.js
query balance
curl http://localhost:8082/getBalance?account=0x01f933904539fe8662c48392ee31c0afcf98758e
Crypto-SDK is licensed under Apache 2.0