https://github.com/dannweeeee/skate-altvm-amm
Dashboard showing Skate's Vision of a Unified AMM Future
https://github.com/dannweeeee/skate-altvm-amm
ethersjs evm skate uniswap-v3 viem wagmi
Last synced: 3 months ago
JSON representation
Dashboard showing Skate's Vision of a Unified AMM Future
- Host: GitHub
- URL: https://github.com/dannweeeee/skate-altvm-amm
- Owner: dannweeeee
- Created: 2025-01-10T04:21:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-08T03:37:24.000Z (4 months ago)
- Last Synced: 2025-02-08T04:24:26.942Z (4 months ago)
- Topics: ethersjs, evm, skate, uniswap-v3, viem, wagmi
- Language: TypeScript
- Homepage: https://skate-altvm-amm.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skate AMM Aggregator
## Backend Server
In order to run the server, run the following commands in the root directory:
```
npm install
``````
npm run codegen
``````
npm start
```## Frontend Dashboard
In order to run the frontend dashboard, run the following commands in the dashboard directory:
```
cd dashboard
``````
npm install
``````
npm run dev
```