You need to have the following tools installed to run the local development server:
- Node >= 20
- NPM
- Docker client
Fastest way to getting a dev server running on your local machine is to run the following bash script in your terminal from the repo top directory.
./dev-setup.sh
dApps monorepo is built on Turbo repo for faster npm script execution through caching and parallelization.
Run npm scripts from the repo top directory
npm install
npm run dev
npm run pre-push
npm run test
Search for addresses and transactions on the Radix Network. Participate in Radix Network staking using XRD tokens.
A collection of utility pages to help you during development of your own dApps.
A configurable dApp frontend simulator to let you experiment with Radix Wallet logins and requests for data. Development environment contains additional pages which can be used to play around with various wallet and network features.
Wrapper package for dependencies reused in different dApps. It contains dependencies that almost every Radix-based project needs like RDT, Gateway SDK, Core SDK, Rola, RET.
Set of svelte components reused between Dev Console and Dashboard apps. Contains main dApp layout - header, side menu and other smaller components.
Custom ESLint configuration used by other packages and apps.