8000 GitHub - jscriptcoder/DEX-Aggregator at f84b6defa41e068acce802afb8417eb41fece516
[go: up one dir, main page]

Skip to content

jscriptcoder/DEX-Aggregator

Repository files navigation

DEX Aggregator (work in progress)

Decentralized Exchanges

This app aggregates liquidity across the greater DEX ecosystem and surfaces the best price to the user using the 0x swap API. Work is still ongoing.

Latest deployment: https://simple-dex-aggregator.vercel.app

DEX Aggregator

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

This app aggregates liquidity across the greater DEX ecosystem and surfaces the best price to the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0