This is the website for DeXter On Radix, a decentralized exchange on the Radix network powered by AlphaDEX. Check out our linktr.ee.
To run the website locally:
npm i
npm run dev
If you'd like to send and receive trades, you will need to:
- install Radix development wallet
- install connector extension
We welcome contributions to this project. Please read our contributing guidelines before submitting a pull request.
REMARK ON FORKED REPOS:
If you created a PR from a forked repo, please run the following command to create instructions on how to copy the PR from your forked repo onto the origin repository (dexter-on-radix/website). Insert the PR number into this script:
npm run copy-pr -- <PR_NUMBER>
# an actual (valid) example is PR#409:
npm run copy-pr -- 409