Abuhaneeph / dex-app

DEX app to sell your tokens to the public!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!


Languages

Language:TypeScript 56.4%Language:CSS 42.9%Language:JavaScript 0.7%