Портировать протокол BIP44 на микроконтроллер Cortex-M

Цена договорная • наличный расчёт, безналичный расчёт, электронные деньги
16 мая 2019, 14:02 • 5 откликов • 78 просмотров
Implement methods for working with BTC and ETH wallets on ARM Cortex-M processor.
Deliverable is the software deployed on our device with Cortex-M that implements two methods:
1. Generate HD Wallet
2. Getting an ETH / BTC wallet
The implementation should take place in several steps:
1. Generate a mnemonic of 24 words according to a specific rule and get Seed phrases (BIP39 https://github.com/bitcoin/bips/blob/master/bip...)
2. Generating a hierarchical deterministic key (Hierarchical Deterministic Wallet) from the phrase received in the previous step (BIP32 https://github.com/bitcoin/bips/blob/master/bip...)
3. Getting an ETH or BTC wallet from a hierarchy based on HD Wallet (BIP44 https://github.com/bitcoin/bips/blob/master/bip...)