@lindascan/apiclients
v0.3.7
Published
Lindascan API Client
Readme
How to use
Requirements
- Node v16.17.0
Running tests
> npm testUsage
Install the package
> npm install @lindascan/apiclientsUse the HTTP Client
import {Client} from "@lindascan/apiclients";
const client = new Client();
let recentBlocks = await client.getBlocks({
sort: '-number',
limit: 10,
});