Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uab-projects/btc-payment-channels
Bitcoin "offchain" payment channels development over the Bitcoin network to improve Bitcoin scalability and increase transaction throughput between a group of parties using transactions out of the blockchain and game theory
https://github.com/uab-projects/btc-payment-channels
bitcoin bitcoins blockchain blockchain-technology btc game-theory payment payment-channel python
Last synced: 4 months ago
JSON representation
Bitcoin "offchain" payment channels development over the Bitcoin network to improve Bitcoin scalability and increase transaction throughput between a group of parties using transactions out of the blockchain and game theory
- Host: GitHub
- URL: https://github.com/uab-projects/btc-payment-channels
- Owner: uab-projects
- Archived: true
- Created: 2017-02-09T17:26:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T16:19:22.000Z (over 7 years ago)
- Last Synced: 2024-09-24T04:02:28.225Z (4 months ago)
- Topics: bitcoin, bitcoins, blockchain, blockchain-technology, btc, game-theory, payment, payment-channel, python
- Language: Python
- Homepage:
- Size: 210 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Payment Channels
## About the code
The code is written in _Python 3_, and requires some libraries (available in [_PyPi_](https://pypi.python.org/pypi)):### Libraries
#### Required
The following libraries are required for the software to run:
- [bitcoin-framework](https://github.com/uab-projects/bitcoin-framework)You can install it using `pip install bitcoin-framework`
### Running the application
The application is command-line based so, open a terminal and change into the repo's root. Then, you can run the application calling to Python interpreter into main script:
```bash
python src -h
```
The `-h` argument will help you to discover how the software works and what it can do for you### License
***<> with ♥ in [ETSE](https://uab.cat/enginyeria), UAB by @ccebrecos & @davidlj***