A UX friendly augmented UI (ReactJs) to navigate Hedera's APIs and (optional) inhouse Arkhia APIs. Experiment with the available endpoints, example payloads, code samples and schema viewers to get you started quickly on integrating your Dapp with Hedera.
A simple boilerplate loaded with a few bleeding-edge packages, a new bundler called Vite, sprinkled with MUI (v5), React Router (v6), and multilingual support with LinguiJS.
- Environmental variables are configured for Vite, located in
/env - ESLint & Prettier have been set up for code consistency
- Assets should only be included in
/src/assets - LinguiJS for multilingual support
Always run npm run i18n:compile before running app for the first time
npm run start:[dev|staging|prod]npm run build:[dev|staging|prod]npm run i18n:extractnpm run i18n:compile
Useful Docs:
- ESLint
- Immer
- LinguiJS
- Run
npm run i18n:compilebefore running app for the first time - make-plural
- Run
- MUI v5
- polished
- React Router V6
- recoil
- react-window
- react-virtualized
- Vite Docs & Guide