Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/pybtc
Bitcoin library written in Python
https://github.com/pmuens/pybtc
bitcoin bitcoin-api bitcoin-library bitcoin-lightning-network bitcoin-payment bitcoin-transaction
Last synced: 20 days ago
JSON representation
Bitcoin library written in Python
- Host: GitHub
- URL: https://github.com/pmuens/pybtc
- Owner: pmuens
- Created: 2020-12-09T11:54:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T15:46:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T20:22:52.438Z (25 days ago)
- Topics: bitcoin, bitcoin-api, bitcoin-library, bitcoin-lightning-network, bitcoin-payment, bitcoin-transaction
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBTC
Bitcoin library written in Python. Inspired by [Jimmy Song](https://twitter.com/jimmysong)s course and book.
## Useful Commands
```sh
poetry shellpoetry install
poetry lock
poetry add
poetry remove
python -m unittest
python -m unittest test_module.TestClass.test_method
python -m unittest discover -s -p '*.py'
```