Setting up Your Project
Create Environment
chr create-rell-dapp my-first-projectcd my-first-project/Project Structure
your-dapp/
βββ chromia.yml # Project configuration
βββ src/
β βββ modules/
β β βββ your_module_a/ # Your custom modules
β β βββ your_module_b/ # Your custom modules
β βββ libs/ # Your dependencies
β β βββ ft4/ # FT4 library
β β βββ iccf/ # ICCF library
β β βββ yours/ # Yours Protocol library
β βββ main.rell # Main application fileDependencies
Specify entry file
Next Steps
Last updated