An open-source repository for the Polkadex Business Website front end interface maintained by Polkadex Inc.
Polkadex is a fully non-custodial peer-to-peer orderbook-based cryptocurrency exchange for the DeFi ecosystem built on Substrate.
Web: polkadex.trade
Folder | Contents |
---|---|
src/components | All UI components used in this application. |
src/data | Manual data related to the old crowdloans. |
src/hooks | All React hooks used in this application. |
src/translations | Translation files for internationalization purposes. |
src/providers | Context providers for managing global state and side effects. |
src/pages | All individual page components for the application. |
src/styles | Global styles and styles for older pages. |
src/utils | Utility functions and tools used in the migration page and other features. |
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Polkadex Business Website: polkadex.trade
- Polkadex Docs: docs.polkadex.trade
- Polkadex UX [https://github.com/Polkadex-Substrate/polkadex-ts/tree/main/packages/ui]
- Polkadex API [https://github.com/Polkadex-Substrate/polkadex-ts/tree/main/packages/polkadex-api]
- React Providers [https://github.com/Polkadex-Substrate/polkadex-ts/tree/main/packages/react-providers]
- Thea [https://github.com/Polkadex-Substrate/polkadex-ts/tree/main/packages/thea]
- Polkadex Docs Website [https://github.com/Polkadex-Substrate/polkadex-docs]