An open API service indexing awesome lists of open source software.

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

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
```