@welups/node-client

0.0.1 • Public • Published

Welup nodejs Client

Node Client for the Welups Blockchain

How to Use

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install @welups/node-client

Use the HTTP Client

import {Client} from '@welups/node-client';

const client = new Client('http://full-node-api-endpoint');

let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});

Readme

Keywords

Package Sidebar

Install

npm i @welups/node-client

Weekly Downloads

2

Version

0.0.1

License

GPL-3.0

Unpacked Size

1.46 MB

Total Files

34

Last publish

Collaborators

  • trucdev