stammin001 / wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallet for Bitcoin and Ethereum

Description

This wallet helps with transfer of bitcoin or ethereum from one address to another. This is built with HD Wallet tool which would result to deterministic accounts based on the mnemonic provided.

How to use

  1. Please refer to requirements.txt file for installing some of the dependencies

  2. Please refer to wallet.ipynb file for executable code used for this

  3. Call derive_wallets() function with appropriate parameters as below to generate the public/private keys based on mnemonic:

    Derive_Wallet

    Below is the snapshot of keys generated for different coins like BTC-Test, ETH and LTC

    BTC_Keys ETH_Keys LTC_Keys

  4. In order to send test bitcoin, will have to call send_tx function with appropriate parameter values. Below is the snapshot of an example:

BTC Transaction Input

Below is the snapshot of the resulting transaction out of this

BTC Transaction Output

  1. In order to send ethereum, will have to call send_tx function with appropriate parameter values. Below is the snapshot of an example:

ETH Transaction Input

Below is the snapshot of the resulting transaction out of this

ETH Transaction Output

About


Languages

Language:Jupyter Notebook 84.1%Language:Python 15.6%Language:Shell 0.3%