Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wietsewind/exarpy-to-family-seed
Exarpy has been decommissioned: Generate a s... Family Seed (Secret) to use in XUMM and other XRPL tools if you only have your 16 Exarpy numbers (PIN).
https://github.com/wietsewind/exarpy-to-family-seed
Last synced: about 13 hours ago
JSON representation
Exarpy has been decommissioned: Generate a s... Family Seed (Secret) to use in XUMM and other XRPL tools if you only have your 16 Exarpy numbers (PIN).
- Host: GitHub
- URL: https://github.com/wietsewind/exarpy-to-family-seed
- Owner: WietseWind
- Created: 2021-02-05T01:07:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T22:05:13.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T15:37:52.679Z (7 months ago)
- Language: Vue
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exarpy Numbers to Family Seed (s...)
#### Exarpy has been decommissioned: https://exarpy.medium.com/exarpy-decommissioned-dd83a02cf27f
Please note this tool is NOT by Exarpy, and XRPL Labs and the developer of this tool (Wietse) are NOT affiliated with Exarpy.
Generate a s... Family Seed (Secret) to use in XUMM and other XRPL tools if you only have your 16 Exarpy numbers (PIN).
Live version: https://exarpy-to-family-seed.xumm.dev
# WARNING
If you generated an Exarpy account and only have your 16 Exarpy numbers, converting your Exarpy numbers (PIN) 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 insecure 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/exarpy-to-family-seed/releases
## Run for development
```
npm install
npm run serve
```### Compile (output in `dist` folder)
```
npm install
npm run build
```