0.3.0 • Published 2 years ago

@hanchon/evmosjs v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.3.0

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago