explore-web3

1.0.4 • Public • Published

How to Use

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install @gscsocial/client

Use the HTTP Client

import {Client} from "@gscsocial/client";
 
const client = new Client();
 
let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});

Readme

Keywords

Package Sidebar

Install

npm i explore-web3

Homepage

gsc.social/

Weekly Downloads

0

Version

1.0.4

License

GPL-3.0

Unpacked Size

686 kB

Total Files

24

Last publish

Collaborators

  • gsc_official