https://github.com/likecoin/mnemonic-secret-sharing
https://github.com/likecoin/mnemonic-secret-sharing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/mnemonic-secret-sharing
- Owner: likecoin
- Created: 2020-12-31T02:48:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T10:30:41.000Z (about 4 years ago)
- Last Synced: 2025-03-23T06:11:17.593Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
`node index.js`
Generate or input a mnemonic, then split the mnemonic to n shares, such that k shares can recover the mnemonic.
`node recover.js [--recover / --verify]`
Recover the mnemonic from the k shares. For recovering the mnemonic, please use `--recover`; if just for verification, use `--verify` to only show the addresses of the recovered mnemonic but not the actual mnemonic itself.