Skip to content
Logo

One-command installation

Installation

Run the install script and follow the on-screen instructions.

Terminal
pnpm dlx dappbooster --canton

Canton dAppBooster is now installed on your computer.

Starting the dev stack

Once Canton dAppBooster is installed, the easiest way to start the development stack is running this command from your new project's directory:

Terminal
./scripts/dev-stack.sh

It allows you to install, bring up and tear down everything you need in a simple way.

Check out the "Step by Step" page for a view of what the script simplifies for you.