An open source interface for Vexchange -- a protocol for decentralized exchange of Ethereum tokens.
yarn install
yarn start
yarn install
yarn build
Code merged into the main
branch of this repository should adhere to high standards of correctness and maintainability.
Use your best judgment when applying these standards. If code is in the critical path, will be frequently visited, or
makes large architectural changes, consider following all the standards.
The following points should help guide your development:
Releases are cut automatically from the main
branch.
Fix pull requests should be merged whenever ready and tested.
Features should not be merged into main
until they are ready for users.
When building larger features or collaborating with other developers, create a new branch from main
to track its development.
Use the automatic Vercel preview for sharing the feature to collect feedback.
When the feature is ready for review, create a new pull request from the feature branch into main
and request reviews from
the appropriate UX reviewers (PMs or designers).
Please open all pull requests against the dev
branch.
CI checks will run against all PRs.