NOTE: repo archived, all related code moved under Tharsis org on github -> evmosjs
A javascript library to interact with the evmos blockchain.
- Node v15.8.0
yarn add @hanchon/evmosjs
Examples at ExamplesFolder
tsc examples/rest/account.ts && node examples/rest/account.js
This lib is going to be migrated to EvmosProtoJs, because http2 is not compatible with browsers.
yarn install
yarn test
yarn build
- 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