An open API service indexing awesome lists of open source software.

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

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).