Skip to content

DeXter-on-Radix/website

Repository files navigation

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:

  1. install Radix development wallet
  2. 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