Community built order book dex on Radix.
Last updated Jan 5, 2026
17
Stars
21
Forks
75
Issues
0
Stars/day
Attention Score
32
Language breakdown
No language data available.
▸ Files
click to expand
README
DeXter On Radix Website
This is the website for DeXter On Radix, a decentralized exchange on the Radix network powered by AlphaDEX. Check out our linktr.ee.
Getting Started
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
Contributing
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🔗 More in this category