Skip to content

The automated market maker of the Treasure ecosystem

License

Notifications You must be signed in to change notification settings

TreasureProject/magicswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magicswap UI

Magicswap is the automated market maker of the Treasure ecosystem.

Supporting code:

Development

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

Contributing

Issues/Bugs

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.

Deployment

Merge changes to the main branch to trigger a production deployment.

Merge changes to the develop branch to trigger a staging deployment.