All Projects → segrax → xrp-wallet

segrax / xrp-wallet

Licence: other
Offline/Cold wallet for XRP

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to xrp-wallet

xrpl-dev-portal
Source code for xrpl.org including developer documentation
Stars: ✭ 330 (+2650%)
Mutual labels:  xrp, xrp-ledger
explorer
Open Source XRP Ledger Explorer
Stars: ✭ 18 (+50%)
Mutual labels:  xrp, xrp-ledger
Rippled
Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger in C++
Stars: ✭ 4,029 (+33475%)
Mutual labels:  xrp, xrp-ledger
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (+91.67%)
Mutual labels:  xrp, xrp-ledger
rippled-php
A PHP library for rippled (XRP Ledger) communication.
Stars: ✭ 33 (+175%)
Mutual labels:  xrp, xrp-ledger
ripple-binary-codec
Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
Stars: ✭ 18 (+50%)
Mutual labels:  xrp, xrp-ledger
xrpl-py
A Python library to interact with the XRP Ledger (XRPL) blockchain
Stars: ✭ 70 (+483.33%)
Mutual labels:  xrp, xrp-ledger
XRPL-MultiSignTool
Graphical user interface to setup MultiSigning, and help with composing & combining MultiSigned transactions.
Stars: ✭ 13 (+8.33%)
Mutual labels:  xrp-ledger
xrpayments.co
In-store payment requests in XRP (using Ripple URI QR) - With currency converter
Stars: ✭ 18 (+50%)
Mutual labels:  xrp-ledger
docker-rippled
Run a Ripple XRP (rippled) node in a Docker container
Stars: ✭ 44 (+266.67%)
Mutual labels:  xrp-ledger
docker-rippled-validator
Run a Ripple XRP (rippled) validator in a Docker container
Stars: ✭ 26 (+116.67%)
Mutual labels:  xrp-ledger
crypto-quotes
100+ Best of Crypto Quotes - I HODL, you HODL, we HODL! - BREAKING: BITCOIN JUST BROKE $22 000!
Stars: ✭ 12 (+0%)
Mutual labels:  xrp
xrpvalue.com
http://xrpvalue.com website
Stars: ✭ 24 (+100%)
Mutual labels:  xrp
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (+183.33%)
Mutual labels:  xrp
codius-install
Codius Installer For Centos, Ubuntu , Debian ...
Stars: ✭ 34 (+183.33%)
Mutual labels:  xrp
xrp-vanity-generator
Generate XRP Vanity Addresses (Wallets) on your local computer
Stars: ✭ 18 (+50%)
Mutual labels:  xrp-ledger
evian
www.balletcrypto.org/
Stars: ✭ 21 (+75%)
Mutual labels:  xrp
pybtcturk
Python client for the Btcturk api
Stars: ✭ 26 (+116.67%)
Mutual labels:  xrp
node-bitstamp
bitstamp REST and WS API Node.js client 💵
Stars: ✭ 58 (+383.33%)
Mutual labels:  xrp
artunis-mobile
XRP Wallet app for Android and iOS, built in React Native.
Stars: ✭ 23 (+91.67%)
Mutual labels:  xrp

Xrp-Wallet

About

Image

Cold Wallet for XRP.

  • Payments
  • Escrow Payments
  • Multisigning
  • Account Settings
  • Set Signer List

How to Use

First Launch

On first launch, you will be asked for a password. This password is used to generate an AES256 Key, which is used to encrypt your account database when stored to disk.

Submitting your Transactions via QR Code

You may use your phone to capture the QR Code using XRP Ledger Submit, which will allow you to immediately submit your transaction to the network and view the result.

Creating an account
  1. Browse to the 'Accounts' tab
  2. Press 'Create Account'
  3. You will be shown the secret which has been generated (this can be shown again later)
  4. Double click the new account
  5. You can now take the new account address via two methods
    a. Click 'Show QR Code'
    b. Click 'Copy Address'
  6. Send the new account the minimum XRP required to activate it (20 at the time of writting)
Sending a payment
  1. Browse to the 'Send' tab
  2. Select the account which you wish to send from
  3. Enter the desetination account addres
  4. Enter an amount
  5. If you've never used the account outside the wallet, and have always submitted transactions generated, the Sequence Number should not need touching
  6. Click 'Sign'
  7. You can now take the sign transaction blob and submit it to a Ripple validator
Setting up a multisigned wallet
  1. Browse to the 'Accounts' tab
  2. Double click the account you wish to setup Multisign on
  3. Click 'Set Signer List'
  4. Set a 'Signer Target Weight'. This should be based on your target configuration.
  5. Click 'Add'
  6. Enter an account address that can sign for this account
  7. Enter the 'weight' this account has
  8. Repeat 5-7 for each account
  9. Click 'Sign'
  10. You can now take the sign transaction blob and submit it to a Ripple validator

Compiling

Requires
  • WxWidgets 3.1
  • OpenSSL
  • rippled
Install some packages

$ git submodule init $ git submodule update

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].