Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bernatmarcilla/bitcoin-basic-wallet

Simple Bitcoin MAINNET and TESTNET wallet developed in Python
https://github.com/bernatmarcilla/bitcoin-basic-wallet

bitcoin bitcoin-payment bitcoin-transaction bitcoin-wallet jupyter-notebook python

Last synced: about 1 month ago
JSON representation

Simple Bitcoin MAINNET and TESTNET wallet developed in Python

Awesome Lists containing this project

README

        

# Bitcoin-basic-wallet

The goal of this project is to develop a simple Bitcoin wallet with Python. The wallet will work both in MAINNET and TESTNET. The wallet will only store minimal information: keys and addresses. Neither transactions nor blogs will be stored.

Main wallet functionalities:
* Key generation
* Storing keys on file
* Bitcoin addresses generation from a public key
* Standard Bitcoin transaction creation to transfer some Bitcoins
* Address balance calculation
* Complete address balance sheet calculation from portfolio