/bitcoin_library

Bitcoin implementation in Python [UNDER CONSTRUCTION]

Primary LanguagePython

Bitcoin implementation in Python

Features

  • Creates private keys and validates public key signatures
  • Creates and validates Bitcoin transactions
  • Gets blockchain data from Bitcoin network peers
  • Sends transactions over Bitcoin network

Installation and usage

Installation

git clone https://github.com/shitcoding/bitcoin_library
make install

Usage

...