Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

islishude/eosrpc

Repository files navigation

eosrpc Build Status

type-safe EOS jsonrpc client

Enviorment

  • Node.js >= 12.0.0
  • EOS >= 1.3.0

Install

# install from github instead of npm registry
npm install islishude/eosrpc

REPL

Install

npx -n experimental-repl-await islishude/eosrpc

Usage

const eosrpc = new EOSClient();
await eosrpc.getInfo();

Examples

See examples folder

EOS Actions

About

eos rpcclient by typescript

Resources

Stars

Watchers

Forks

Releases

No releases published