Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Jul 15, 2024
1 parent f16539f commit 775f487
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Magicswap
# Magicswap v2 UI

Automated market maker with universal token compatibility
[Magicswap](https://magicswap.lol) is the automated market maker of the [Treasure ecosystem](https://treasure.lol).

Supporting repositories:

- [Smart contracts](https://github.com/TreasureProject/magicswapv2-contracts)
- [Subgraph](https://github.com/TreasureProject/treasure-subgraphs/tree/master/subgraphs/magicswapv2)

## Tech Stack

- [Remix](https://remix.run)
- [Tailwind CSS](https://tailwindcss.com)
- [Graph Client Tools](https://github.com/graphprotocol/graph-client)
- [wagmi](https://wagmi.sh)
- [shadcdn/ui](https://ui.shadcn.com/docs)
- Deployment on [fly.io](https://fly.io)
- UI Components by https://ui.shadcn.com/docs

## Local Development

Expand All @@ -28,7 +33,7 @@ cp .env.sample .env
Fill in relevant environment variables and run code generation:

```sh
npm run codegen
npm run generate
```

Start application:
Expand Down

0 comments on commit 775f487

Please sign in to comment.