vhpoet / js-ilp-plugin-bells

ILP Ledger plugin for five-bells-ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ilp-plugin-bells

ILP ledger plugin for five-bells-ledger

Installation

npm install --save ilp ilp-plugin-bells

Usage

const Client = require('ilp').Client

const client = new Client({
  type: 'bells',
  auth: {
    prefix: 'ilpdemo.red.',
    // Account URI
    account: 'https://red.ilpdemo.org/ledger/accounts/alice',
    password: 'alice'
  }
})

About

ILP Ledger plugin for five-bells-ledger


Languages

Language:JavaScript 100.0%