Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.03 KB

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.