Skip to content

vhpoet/js-ilp-plugin-bells

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%