https://github.com/thirdweb-example/dex-app
DEX app to sell your tokens to the public!
https://github.com/thirdweb-example/dex-app
Last synced: 12 months ago
JSON representation
DEX app to sell your tokens to the public!
- Host: GitHub
- URL: https://github.com/thirdweb-example/dex-app
- Owner: thirdweb-example
- Created: 2023-04-14T14:52:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T00:29:45.000Z (about 2 years ago)
- Last Synced: 2024-04-12T07:12:25.153Z (about 2 years ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 10
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!Important]
> This repository is referencing the `mumbai` chain.
>
> `Mumbai` [is deprecated since 08/04/2024](https://blog.thirdweb.com/deprecation-of-mumbai-testnet/), meaning the code in this repository will no longer work out of the box.
>
> You can still use this repository, however you will have to switch any references to `mumbai` to another chain.
# DEX app
Create your own DEX for your ERC-20 token. Find the related contracts in the [dex-contracts repository](https://github.com/thirdweb-example/dex-contracts).
## Installation
After cloning this repository, install the dependencies using the following command:
```bash
# 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:
```bash
# npm
npm run dev
# yarn
yarn dev
```
## Conclusion
If you need any support, feel free to join our [Discord server](https://discord.gg/thirdweb) and ask us. If you have any feedback related to thirdweb, please leave it on our [feedback board](https://feedback.thirdweb.com).