Found 5 repositories(showing 5)
dowdlea86
Building a portfolio management system that supports multiple crypto assets. The wallet is built with the hd-wallet-drive-tool. The project also requires the python library for Bitcoin and Etherum, "bit" and "web3.py". The wallet can execute multiple coins but in this case we will demonstrate with BTC Testnet.
esubah
Background Your new startup is focusing on building a portfolio management system that supports not only traditional assets like gold, silver, stocks, etc, but crypto-assets as well! The problem is, there are so many coins out there! It's a good thing you understand how HD wallets work, since you'll need to build out a system that can create them. You're in a race to get to the market. There aren't as many tools available in Python for this sort of thing, yet. Thankfully, you've found a command line tool, hd-wallet-derive that supports not only BIP32, BIP39, and BIP44, but also supports non-standard derivation paths for the most popular wallets out there today! However, you need to integrate the script into your backend with your dear old friend, Python. Once you've integrated this "universal" wallet, you can begin to manage billions of addresses across 300+ coins, giving you a serious edge against the competition. In this assignment, however, you will only need to get 2 coins working: Ethereum and Bitcoin Testnet. Ethereum keys are the same format on any network, so the Ethereum keys should work with your custom networks or testnets.
wolfabdanova
NebulaVault is a lightweight, modular cryptocurrency wallet and transaction toolkit written in Python. It supports deterministic wallet generation (HD wallets), secure key management, message signing, transaction creation, and a pluggable blockchain adapter system. Designed for educational purposes, security research, and rapid crypto prototyping.
wpcesaire
Created a blockchain hd-wallet using python
BenMcCright
Building an hierarchical deterministic(HD) Wallet in Python that will allow storing and transferring of multiple types of crypto
All 5 repositories loaded