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
By Wietse Wind 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.
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
npm install
npm run build