https://github.com/thirdweb-example/dex-contracts
DEX contracts to accompany the DEX app
https://github.com/thirdweb-example/dex-contracts
Last synced: 10 months ago
JSON representation
DEX contracts to accompany the DEX app
- Host: GitHub
- URL: https://github.com/thirdweb-example/dex-contracts
- Owner: thirdweb-example
- Created: 2023-05-26T11:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T12:04:34.000Z (over 2 years ago)
- Last Synced: 2025-03-25T21:15:53.774Z (11 months ago)
- Language: Solidity
- Size: 141 KB
- Stars: 15
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEX contracts
> **Warning:** This code is not audited. Use at your own risk.
This contracts in this repository can be used with the [DEX app repository](https://github.com/thirdweb-example/dex-app).
## Compiling the contract
Use the following command to compile the contract:
```bash
npx thirdweb build
```
## Deploying the contract
Use the following command to deploy the contract to any EVM chain:
```bash
npx thirdweb deploy
```
## Conclusion
If you need support, feel free to join our [Discord server](https://discord.gg/thirdweb). For any feedback related to thirdweb, please leave them on our [feedback board](https://feedback.thirdweb.com).