New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crackcomm/ripple-wallet

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crackcomm/ripple-wallet

Simple Ripple Wallet client, made in node using Ripple-lib

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Ripple Wallet

A lightweight command-line Ripple client built with node and the official ripple-lib package.

Runs on Linux, Window and MacOSX

Network diagram

Functionalities

  • Generating a new wallet (works offline)
  • Checking the balance of an existing wallet
  • Making a payment from your existing wallet to another

Installation

  1. Make sure you have the current Node LTS release (or higher) installed on your system
  2. Run npm install -g ripple-wallet-cli to install as a global dependency
  3. Run ripple-wallet-cli to use

Usage:

Generating a new wallet

Pull the internet cord of your computer (or disable wifi) and run the following command:

$ ripple-wallet-cli generate

Checking the balance of an existing wallet

To check the balance on your wallet, run:

$ ripple-wallet-cli balance

You'll be asked for the public address to check, or you can provide it directly on the command line:

$ ripple-wallet-cli balance rJysCK99GqUBmgB54mcV7NwxYH29NRs1QQ

Making a payment from your existing wallet to another

To make a payment from a wallet you control to another address, run:

$ ripple-wallet-cli pay

You'll be asked for the XRP amount to send, the destination address, the destination tag (optional), the sender address and finally the sender secret.


Donations are welcome at rJysCK99GqUBmgB54mcV7NwxYH29NRs1QQ :)

FAQs

Package last updated on 26 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc