UNPKG

generic-caver

Version:

23 lines (14 loc) 410 B
### Generic Caver ## Installation install generic-caver with npm command $ npm install generic-caver ## RPC Init Setting If you want RPC node of Klaytn baobab or cypress, input 'baobab', 'cypress'. you don't want it, input RPC URL const GenericCaver = require('generic-caver') const { CONTRACT, KLAY, UTILS, ACCOUTS } = GenericCaver('baobab') ## Test **Unit test** ```bash npm run test ```