Skip to content

DEX app to sell your tokens to the public!

Notifications You must be signed in to change notification settings

El-livo/dex-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEX app

Create your own DEX for your ERC-20 token. Find the related contracts in the dex-contracts repository.

Installation

After cloning this repository, install the dependencies using the following command:

# npm
npm install

# yarn
yarn install

Adding details

Make sure you deploy the contracts specified in the dex-contracts repository and add the contract details in the const/details.ts file.

Running the app

Use the following command to start the development server:

# npm
npm run dev

# yarn
yarn dev

Conclusion

If you need any support, feel free to join our Discord server and ask us. If you have any feedback related to thirdweb, please leave it on our feedback board.

About

DEX app to sell your tokens to the public!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.4%
  • CSS 42.9%
  • JavaScript 0.7%