Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 482 Bytes

Madara swap

A simple not safe for production dex meant to test Madara.

Contracts

TL;DR

cd packages/contracts
poetry install
cp .env.example .env
STARKNET_NETWORK=madara poetry run python scripts/compile_madara_swap.py
STARKNET_NETWORK=madara poetry run python scripts/deploy_madara_swap.py
STARKNET_NETWORK=madara poetry run python scripts/simple_swap.py

See also the contracts README

Front end

🚧 Work in progress