Magicswap is the automated market maker of the Treasure ecosystem.
Supporting code:
Create environment variables file:
cp .env.sample .env
Fill in the environment variables with your own API keys and enpoints.
Install dependencies:
npm install
Start development server:
npm run dev
To file a bug, please create an issue, providing as many details as possible.
To fix a bug, please fork the repository, make changes on your fork, then create a PR for the community and AMM Council to review.
Merge changes to the main
branch to trigger a production deployment.
Merge changes to the develop
branch to trigger a staging deployment.