UNPKG

ripple-rest-dinex

Version:

A RESTful API for submitting payments and monitoring accounts on the Ripple network.

11 lines (8 loc) 220 B
'use strict'; var router = require('./server/router.js'); var remote = require('./server/api').remote; function RippleRestPlugin() { this.router = router; this.remote = remote; } module.exports = RippleRestPlugin;