https://github.com/kpwithcode/pychain
BlockChain using Python
https://github.com/kpwithcode/pychain
Last synced: 11 months ago
JSON representation
BlockChain using Python
- Host: GitHub
- URL: https://github.com/kpwithcode/pychain
- Owner: KPWithCode
- Created: 2020-02-21T20:00:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T04:21:49.000Z (over 6 years ago)
- Last Synced: 2025-02-28T16:07:25.437Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pychain
**Activate the virtual encironment buddy**
```
source blockchain-env/bin/activate
```
**Install all packages**
```
pip3 install -r requirements.txt
```
**Run the Tests**
Make sure to activate virtual environment
```
python3 -m pytest backend/tests
```