This repository can be used as an example of how to use Orderly Hooks SDKs to develop a fully fledged DEX.
The example uses Remix with React and is deployed via Docker.
Run this repository via Docker:
docker build -t example-dex .
docker run -it --rm -p 3000:3000 example-dex