Project built with nile
- Methods in the file
contracts/safe_math.cairoare taken from Cairo-SafeMath repo from Nethermind.
-
Compile contracts
nile compile -
Start starknet-dev
nile node -
Launch the environment
source env/bin/activate -
Run the test
pytest tests/test_blackscholes.py