plantaria_walkthrough.mp4
Plantaria is a web-based app designed to facilitate online learning for urban farming. It offers beginner-friendly tutorials on various farming techniques, providing users with step-by-step guidance to create their own urban farms.
Plantaria was developed for individuals struggling with food insecurity or anyone interested in cultivating a sustainable food source. By learning from the tutorials provided, users can start their own urban farms and contribute to solving hunger issues through self-sufficiency.
This guide helps you set up a local Internet Computer Protocol (ICP) node and deploy your project using Docker or GitHub Codespaces or Gitpod. Follow the steps carefully to get your environment up and running
In your browser:
In Gitpod
1. Start a Local ICP Node
Once you're inside your development environment (Docker or Codespace or Gitpod), start the local ICP node:
dfx start --clean2. Deploying the Project
In a new terminal window (or a separate terminal pane in VSCode), deploy the project:
dfx deployThis command will:
- Build the Wasm (WebAssembly) files for your canisters (smart contracts).
- Deploy your canisters to the local node.
3. Access Your Deployed Canisters
After deployment, your smart contract will be accessible via the following local URL:
http://bkyz2-fmaaa-aaaaa-qaaaq-cai.localhost:4943




