Deploy an example Dex on Madara.
The project uses poetry. Just use:
poetry install
First copy the .env.example into a .env
file. Default
account addresses for katana, madara and starknet-devnet are set.
Then use the STARKNET_NETWORK
env variable to target madara, katana or the
devnet. For example:
STARKNET_NETWORK=madara python ./scripts/compile_madara_swap.py
STARKNET_NETWORK=madara python ./scripts/deploy_madara_swap.py