Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```