Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 847 Bytes

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.