@hanchon/evmosjs
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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

/@hanchon/evmosjs/

    Package Sidebar

    Install

    npm i @hanchon/evmosjs

    Weekly Downloads

    3

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    35.8 kB

    Total Files

    18

    Last publish

    Collaborators

    • hanchon