Skip to content

Test decentralized exchange that allows asset swapping

Notifications You must be signed in to change notification settings

mjedral/simple-dex

Repository files navigation

Simple Dex

APP IN PROGRESS!

Simple Dex as the name suggests is a simple test dex that is designed to swap tokens. For now it works only on Goerli network, but soon I hope it will also be on the Optimism, Starknet, Arbitrum test networks.

Import

To use the application locally you need to have a smart contract at your place, with which the application integrates. Simple Dex Contracts

Installation

After cloning the repo please use command:

npm install

After installing all the needed packages you have to build app by:

npm run build-app

To start application use:

npm run start

Or in dev environment(with hot-reload):

npm run start-dev

About

Test decentralized exchange that allows asset swapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages