Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wietsewind/secret-numbers-to-family-seed
Generate a s... Family Seed (Secret) to use in other XRPL tools if you only have "Secret Numbers"
https://github.com/wietsewind/secret-numbers-to-family-seed
Last synced: about 13 hours ago
JSON representation
Generate a s... Family Seed (Secret) to use in other XRPL tools if you only have "Secret Numbers"
- Host: GitHub
- URL: https://github.com/wietsewind/secret-numbers-to-family-seed
- Owner: WietseWind
- Created: 2020-06-03T23:40:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T19:07:44.000Z (about 1 year ago)
- Last Synced: 2024-04-15T15:38:02.140Z (7 months ago)
- Language: Vue
- Homepage: https://secret-numbers-to-family-seed.xumm.dev
- Size: 3.65 MB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XRPL Secret Numbers to Family Seed (s...)
Generate a s... Family Seed (Secret) to use in other XRPL tools if you only have "Secret Numbers"
([source](https://github.com/WietseWind/xrpl-secret-numbers)) like generated by eg. XUMM.By [Wietse Wind](https://wietse.com)
If you want to send me a sip with your newly generated & activated account:
- `rwietsevLFg8XSmG3bEZzFein1g8RBqWDZ`Live version: https://secret-numbers-to-family-seed.xumm.dev
# WARNING
If you generated your Secret Numbers in a secure client like XUMM, converting your Secret Numbers to
a family seed to use in 3rd party applications MAY BE A RISK! If those 3rd party applications are
insecure, or you enter your Family Seed (secret) in an unsecure environment, or copy/paste on a
compromised device, you are at risk of LOSING ALL YOUR FUNDS.## 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.
- Release (download and run offline): https://github.com/WietseWind/secret-numbers-to-family-seed/releases
## Run for development
```
npm install
npm run serve
```### Compile (output in `dist` folder)
```
npm install
npm run build
```