Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 842 Bytes

readme.md

File metadata and controls

29 lines (24 loc) · 842 Bytes

About

  • This is a Ripple XRP paper wallet generator.
  • It works offline.

Installation and Building

  • Follow these steps to install and build the generator:
# Clone the repository
git clone https://github.com/yuki777/xrp-address-generator xrp-address-generator
cd xrp-address-generator

# Install dependencies
npm ci
  • We recommend disabling your internet connection to increase security:
# Disconnect from the internet (Recommended)
- Turn off your Wi-Fi.
- Disconnect your Ethernet cable.

Generating an XRP Address via the Command Line Interface (CLI)

  • To create an XRP address using the CLI, execute the following command:
node create.js # Don't forget to save your generated address.

Remember, it's essential to keep your generated addresses safe. Enjoy using the XRP paper wallet generator!