Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bernatmarcilla/bitcoin-basic-wallet
- Owner: bernatmarcilla
- Created: 2021-09-17T09:08:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T14:38:31.000Z (about 3 years ago)
- Last Synced: 2024-10-11T20:22:36.206Z (about 1 month ago)
- Topics: bitcoin, bitcoin-payment, bitcoin-transaction, bitcoin-wallet, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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