web3-olympus
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

web3-olympus

NPM Package

This is a javascript package of Olymplus with useful rpc interface.

Please read the documentation for more.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-olympus

Using Yarn

yarn add web3-olympus

Usage

const Olympus = require('web3-olympus');

const provider = 'https://dev-rpc.oortech.com';

const olympusRequest = new Olympus(provider);

// such as get block detail
olympusRequest.block(blockHash).then(r => console.log(r));

Types

All the TypeScript typings are placed in the types folder.

Readme

Keywords

none

Package Sidebar

Install

npm i web3-olympus

Weekly Downloads

1

Version

2.0.2

License

LGPL-3.0

Unpacked Size

76.6 kB

Total Files

23

Last publish

Collaborators

  • catlina
  • fatetop