Skip to content

Instantly share code, notes, and snippets.

View emschwartz's full-sized avatar

Evan Schwartz emschwartz

View GitHub Profile
@emschwartz
emschwartz / 01_sender.js
Created May 19, 2016 23:04 — forked from justmoon/01a_sender.js
SPP Example
import { Client } from 'spp-client'
const client = new Client({
username: 'alice@red.ilpdemo.org',
password: 'secret'
})
function pay () {
const payment = client.payment({
destination: 'bob@blue.ilpdemo.org',