Skip to main content

yoyocoin

PoS crypto coin over ipfs distributed storage network (with new consensus protocol 🙌)

link to repo

Full tests

WORK IN PROGRESS! this project is a work in progress and dose not ready for production

Developer section​

install dev requirements​

pip install -r requirements-dev.txt

run tests​

pytest
mypy src
flake8 src --max-line-length=127

test multiple python versions with tox​

tox -c tox.ini

check coverage​

coverage run -m pytest
coverage html