Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 881 Bytes

Brief contribution guide

Thanks for considering to contribute to ClaimChain development! ❤️

Be sure to have looked through the ClaimChain technical report to understand what's going on. An up-to-date version can be found at claimchain.github.io. If you want to talk about technical details, please ping the authors as listed on the page. For non-technical discussion, you can use the mailing list of the NEXTLEAP EU project: nextleap (at) inria.fr. We would be happy to hear your comments and suggestions.

Setting up the dev environment

Run these commands:

git clone [email protected]:claimchain/claimchain-core.git claimchain && cd claimchain
pip install pytest
pip install -e .

You can use pytest for quick testing::

pytest

We use tox for testing on both versions of Python::

tox