filidorwiese / ripple-wallet

Lightweight command-line Ripple wallet (node based)
ISC License
41 stars 19 forks source link

Funding accounts, defaults from flags #7

Closed crackcomm closed 6 years ago

crackcomm commented 6 years ago

Fixes problem with actNotFound error when funding new accounts.

Usage with flags:

RIPPLE_API=ws://localhost:6065 \
node bin/cmd.js pay \
    --from rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh \
    --secret snoPBrXtMeMyMHUVTgbuqAfg1SUTb \
    --amount 20 \
    --to rNSU4AB43iJSs1LpyejtL7iowFpbT3qEo5

Confirmations need to be done for every single value, still very useful for testing purposes.

Thanks.