Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 463 Bytes

Orderly Example DEX

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.

>> open dapp <<

Docker

Run this repository via Docker:

docker build -t example-dex .
docker run -it --rm -p 3000:3000 example-dex