xrp-wallet.md 459 B

Ripple(XRP) Wallet is included in sync-block folder.

Node.js install : v14.17 or above

Server Location : Wallet Server

Folder Location : $GOPATH/third-party/ripple-wallet

1. How to run ripple wallet

# cdg

# cd sync-block/third-party/ripple-wallet

# node app.js &

.

2. How to stop ripple wallet

# ps -ef | grep node

# kill -9 'pid'

.

3. Configuration

No specific configuration file exists.