Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

wslyvh/raiden-api-client

Repository files navigation

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.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •