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

https://github.com/daflh/deriving

Derives address and private key from mnemonic phrase for Bitcoin and other altcoins
https://github.com/daflh/deriving

bip bip32 bip39 bitcoin cryptocurrency cryptography hacktoberfest mnemonic

Last synced: 24 days ago
JSON representation

Derives address and private key from mnemonic phrase for Bitcoin and other altcoins

Awesome Lists containing this project

README

          

# deriving

[![Netlify Status](https://api.netlify.com/api/v1/badges/3539ed7c-e899-486b-be5a-8c624c0ce5a6/deploy-status)](https://app.netlify.com/sites/deriving/deploys)

Derives address and private key from mnemonic phrase for Bitcoin and other altcoins.

See the list of supported networks [here](https://github.com/daflh/deriving/blob/main/src/network-list.json).

TODOs:
- More networks support: Algorand, Cardano, Monero, NEAR Protocol, Polkadot, Zcash, etc.
- Generate up to 24 words mnemonic phrase (depending on user choice)
- Support P2SH and Bech32 (SegWit) addresses for Bitcoin-based networks