RazvanBerbece / ZRD

PoW Blockchain network built in C#. Supports the ZR420 cryptocurrency. Supports decentralised storage and transaction forwarding through peer-2-peer networking.
MIT License
5 stars 0 forks source link

Implement Software Wallet Seed Functionality #22

Open RazvanBerbece opened 2 years ago

RazvanBerbece commented 2 years ago

This will allow generating the wallet keys from the seed phrase. Helps with :

RazvanBerbece commented 2 years ago

To implement, it might require implementing HD Wallets (Hierarchical Deterministic Wallets)

Resources :

  1. https://www.mtpelerin.com/blog/public-key-private-key-seed-phrases
  2. https://getcoinplate.com/blog/is-a-seed-phrase-the-same-as-a-private-key-the-ultimate-guide-to-private-keys-and-recovery-seed-phrases/
  3. https://www.investopedia.com/terms/h/hd-wallet-hierarchical-deterministic-wallet.asp#:~:text=A%20hierarchical%20deterministic%20(HD)%20wallet%20is%20a%20digital%20wallet%20commonly,the%20cryptocurrency%20in%20the%20account.