Local Canton development stack.
- Node 24 (>=24.15.0)
- pnpm
- Docker
- dpm (DAML SDK 3.4.11)
Run the install script and follow the on-screen instructions.
pnpm dlx dappbooster --cantonA more detailed step-by-step installation guide is available in the documentation.
Once Canton dAppBooster is installed, the easiest way to start the development stack is using the dev-stack script. It allows you to install, bring up and tear down everything you need in a simple way.
./scripts/dev-stack.sh- The demo app runs on http://localhost:3012/ by default.
- Select Wallet Gateway from the picker when connecting and enter
unsafeas the client secret. - Wallet Gateway runs on http://localhost:3030 by default. You'll need at least 2 parties in it to explore the demo's features in full. Create parties with
wallet-kernelas the signing provider.