Create a Hello World dapp
This section covers how to build and run Hello World dapp with different available tools for Rell. You can choose the tool you prefer.
Set up your dapp using Chromia CLI or VS Code. Create with chr create-rell-dapp, start with chr node start,
and test with a query for "Hello World!".
Get tCHR from the faucet, lease a container, deploy with chr deployment create, then verify it works.
Next steps
Once you have your backend running, you can connect a client to interact with your dapp:
- JavaScript/TypeScript Hello World Quickstart - Connect a TypeScript/JavaScript frontend to your Rell backend