explore-web3

GSC Explore API Client

Usage no npm install needed!

<script type="module">
  import exploreWeb3 from 'https://cdn.skypack.dev/explore-web3';
</script>

README

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,
});