Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 600 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 600 Bytes

Local Raiden API

Introduction

The Node.js modules here provide convenience wrappers around two separate APIs related to Raiden:

  1. My Raiden client API

    • An interface to the Raiden client REST API, which is documented here
  2. My Raiden contract API

    • An interface to the Raiden contracts on the blockchain. This is just a light wrapper around the Web3.js module, and deals only with the "constant" methods on the contracts.

Follow the links above for detailed documentation.