Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wietsewind/xrp-paper-account
Generate XRP ledger Paper Accounts based on user provided data (text, mouse movement / touch)
https://github.com/wietsewind/xrp-paper-account
Last synced: about 14 hours ago
JSON representation
Generate XRP ledger Paper Accounts based on user provided data (text, mouse movement / touch)
- Host: GitHub
- URL: https://github.com/wietsewind/xrp-paper-account
- Owner: WietseWind
- Created: 2020-05-09T00:59:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T17:03:07.000Z (over 1 year ago)
- Last Synced: 2024-04-15T15:38:05.106Z (7 months ago)
- Language: Vue
- Homepage: https://www.xrpaddress.org/
- Size: 4.03 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate XRP Ledger Paper Account
Generate a r... XRP ledger account and matching Family Seed (secret) based on your own random input data (text & mouse / touch movement).
Inspired by [bitaddress.org](https://bitaddress.org)By [Wietse Wind](https://wietse.com)
If you want to send me a sip with your newly generated & activated account:
- `rwietsevLFg8XSmG3bEZzFein1g8RBqWDZ`## Please note that the best way to run this, is by getting the source, installing the dependencies (see "Compile" below) and run this offline on your own device.
- Demo: https://www.xrpaddress.org
- Release: https://github.com/WietseWind/XRP-Paper-Account/releases## Run for development
```
npm install
npm run serve
```If you get an error (because of using npm 7) like:
```
Error: Rule can only have one resource source (provided resource and test + include + exclude)
```... run:
```
npm update --legacy-peer-deps
```### Compile (output in `dist` folder)
```
npm install
npm run build
```