Skip to content

p4u/blockchain.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blockchain.py

Blockchain.info python API

Requirements: python3

Example of usage:

import blockchain

uid='Your-blockchain.info-uid'
pass1='Main-Password'
pass2='Secondary-Password-if-exists'

wallet = blockchain.Wallet(guid=uid,password1=pass1,password2=pass2)
print(wallet.getBalance())

About

Blockchain.info python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages