@hanchon/evmosjs
v0.3.0
Published
Evmosjs javascript lib for the evmos blockchain
Downloads
21
Maintainers
Readme
EvmosJS
A javascript library to interact with the evmos blockchain.
Requirements
- Node v15.8.0
Installation
yarn add @hanchon/evmosjs
Usage
Examples at ExamplesFolder
tsc examples/rest/account.ts && node examples/rest/account.js
Grpc usage
This lib is going to be migrated to EvmosProtoJs, because http2 is not compatible with browsers.
Build locally
yarn install
yarn test
yarn build
TODOs
- Create mock to test the rest api
- Create tests for the rest code
- Add more rest calls
- Figure it out how to send a transactions using the rest api