thirdweb-example / dex-contracts

DEX contracts to accompany the DEX app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Compiling the contract

Use the following command to compile the contract:

npx thirdweb build

Deploying the contract

Use the following command to deploy the contract to any EVM chain:

npx thirdweb deploy

Conclusion

If you need support, feel free to join our Discord server. For any feedback related to thirdweb, please leave them on our feedback board.

About

DEX contracts to accompany the DEX app


Languages

Language:Solidity 92.4%Language:JavaScript 7.6%