Blood chain is a blood donation and NFT app, that aims to motivate users to donate blood by easing the process of donations and rewarding them with NFTs.
To install the project dependencies run:
poetry installThis will install all the packages that this project depends on, and it will install any scripts we have under [poetry.tool.scripts]. To run any command use poetry run CMD..., to activate your environment run poetry shell, and to exit your shell run exit. To add a new package use poetry add PKG.... For more poetry commands read about them in the docs.
Check out our contribution guide for information about getting involved.