Important
Since the launch of Kaia Blockchain, this repository has been parked in favour of the new open-source projects in Kaia's Github. Contributors have now moved there continuing with massive open-source contributions to our blockchain ecosystem. A big thank you to everyone who has contributed to this repository.
For future development and contributions, please refer to the new open-dex-frontend repository
More information about Klaytn's chain merge with Finschia blockchain, please refer to the launching of Kaia blockchain kaia.io.
Here you can find Klaytn-DEX frontend documentation:
- User Guide provides instructions on how to interact with Klaytn-DEX
- Frontend Specification describes the Klaytn-DEX module structure
- Deployment Guide provides instructions on how to deploy Klaytn-DEX
pnpm i
# run dev server
pnpm dev
# run unit tests in watch mode
pnpm vitest
# open cypress
pnpm cy
# fix formatting
pnpm format:fix
# static analysis
pnpm typecheck
pnpm lint
First of all, create .env.local
file. Use .env.example
as a reference.
Commands:
pnpm i
# check code formatting
pnpm format:check
# run static analysis
pnpm typecheck
pnpm lint
# run both unit & component tests
pnpm test
# build
pnpm build
In line with our commitment to decentralization, all Klaytn codebase and its documentations are completely open source. Klaytn always welcomes your contribution. Anyone can view, edit, fix its contents and make suggestions. You can either create a pull request on GitHub or create a enhancement request. Make sure you check out our guidelines before contributing: