Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.5 KB

README.md

File metadata and controls

77 lines (60 loc) · 2.5 KB

RadBag Mobile Wallet for Radix DLT

Introducing the RadBag Wallet! RadBag Wallet is the *first* iOS and Android mobile wallet for the Radix DLT ecosystem!

Features of this wallet include:
  • Wallet creation and imports
  • Multi-wallet, multi-address support
  • Ability to display, send, and receive XRD or any other tokens
  • QR Code reader for receiving payments
  • Ability to stake or unstake XRD to/from any validator
  • Ability to create new tokens

Typical App Installation

This app can be downloaded and installed on an iPhone from the Apple App Store using the link below.

NOTE: Due to dependence on certain cryptographic libraries, only iOS v.13.0 or above is supported!:

Also available on Android (Only on Android 8.0 or above):

Installation for Development Purposes

This app was created using React Native. More detailed installation instructions are to come. For now, if you already have at least XCode v12.0, node.js v16.5.0, and npm v7.19.1 installed, go into the RadBag Wallet home directory and run:

npm install

Then go into the $PROJECT_HOME/ios directory and run:

pod install

Then, go back to the project home directory and run the following to start the iPhone/iOS Simulator:

npx react-native run-ios  

Or, for Android, run:

npx react-native run-android

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT