2.0.5 • Published 9 years ago

gatewayd-setup-wizard-plugin v2.0.5

Weekly downloads
31
License
-
Repository
-
Last release
9 years ago

setup-wizard-plugin

A webapp that automates the setup of gatewayd

Installation

npm install --save gatewayd-setup-wizard-plugin

In the Gatewaydfile of your gatewayd installation:

var WizardPlugin = require('gatewayd-setup-wizard-plugin');

module.exports = function(gatewayd) {
  var wizardPlugin = new WizardPlugin({
    gatewayd: gatewayd
  });

  gatewayd.server.use('/', wizardPlugin.router);

};

Raison d'être

The purpose of the Wizard plugin is to configure gateway in order to easily and quickly get starting developing and using gatewayd.

The Wizard configures your gatewayd by presenting an admin user interface, setting several configuration options, and creating ripple accounts for hot wallet and cold wallet with the appropriate ripple settings for gateway accounts, setting trustlines, and generating balances.

Steps

  • gatewayd.api.setColdWallet
  • gatewayd.api.generateWallet
  • gatewayd.api.setHotWallet (with the generated wallet)
  • gatewayd.api.fundHotWallet (with 60 XRP)
  • gatewayd.api.setLastPaymentHash (from hot wallet transaction)
  • gatewayd.api.addCurrency (for each currency)
  • gatewayd.api.updateRippleAccountSettings
  • gatewayd.api.setTrustLines (for each currency)
  • gatewayd.api.issueCurrency (for each currency)
  • gatewayd.api.setDatabaseUrl
  • gatewayd.api.setRippleRestUrl
  • gatewayd.api.setKey

2.0.5

9 years ago

2.0.4

10 years ago

2.0.35

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago