Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

hanchon-live/evmosjs

Repository files navigation

EvmosJS

NOTE: repo archived, all related code moved under Tharsis org on github -> 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

About

A javascript library for evmos

Resources

Stars

Watchers

Forks

Packages

No packages published