This repo contains an interface to the Superhero decentralized exchange (DEX).
The Superhero DEX consists of multiple parts:
Find a hosted version of the interface over at aepp.dex.superhero.com or feel free to run it on your own machine following these instructions:
- clone repo
git clone https://github.com/aeternity/dex-ui.git
cd dex-ui
- install the dependencies (nodejs 16+ and npm 7+ required)
npm i
- run the interface
npm run serve
For bug reports or feature requests, please use the issues: https://github.com/aeternity/dex-ui/issues/new/choose
If you simply want to provide feedback, please use the following form: https://form.jotform.com/221174404956355
If you wish to contribute to this repository, please read the CONTRIBUTE.md.
This repository is licensed using the ISC license