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

https://github.com/kpwithcode/pychain

BlockChain using Python
https://github.com/kpwithcode/pychain

Last synced: 11 months ago
JSON representation

BlockChain using Python

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