Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 shell

poetry 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'
```