Skip to content

bitcoin API to send transaction, create addresses on peer connected testnet

Notifications You must be signed in to change notification settings

Happytreat/bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

bitcoin

Bitcoin API: (Using Python 2.x)

  • Suggested to pip install libraries in a python virtual environment

virtualenv venv source venv/bin/activate

  • Requires libraries: python-bitcoinrpc, bitcoin-python

pip install python-bitcoinrpc pip install bitcoin-python

  • To run: main.py or to run functions through terminal

About

bitcoin API to send transaction, create addresses on peer connected testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published