raiden-api-client
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Raiden-client

Build Status Quality Gate Status Coverage NPM NPM NPM

Introduction

A lightweight Raiden Network API TypeScript client to interact with a Raiden Network node.

Install

npm i raiden-api-client --save

Usage

import RaidenClient from "raiden-api-client";

async function printChannels() {
  const client = new RaidenClient("http://localhost:5001/api");
  const channels = await client.getChannels();
  console.log(channels);
}

Documentation

Contributing

See CONTRIBUTING.

License

This project is released under the MIT License. See LICENSE.

Package Sidebar

Install

npm i raiden-api-client

Weekly Downloads

6

Version

0.1.5

License

MIT

Unpacked Size

19.3 kB

Total Files

25

Last publish

Collaborators

  • wslyvh