A modular Web3 platform powered by the Internet Computer Protocol (ICP) to unify decentralized regenerative projects across multiple chains.
- Universal Digital Identity Layer (on ICP)
- Wallet Connector & Cross-Chain Integrations
- DAO Infrastructure with Hypha + ICP
- Glocal Network UI/UX Layer
- Modular Launchpad for Aligned Projects
- Install DFX (Internet Computer SDK):
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"- Install project dependencies:
npm install- Start the local ICP replica:
dfx start --clean --background- Deploy canisters to local replica:
dfx deploy- Start the development server:
npm run dev-
Create a cycles wallet if you don't have one already.
-
Switch to mainnet:
dfx identity use default
dfx identity get-principal- Deploy to mainnet:
DFX_NETWORK=ic dfx deploy- Your app will be available at:
https://<frontend_canister_id>.ic0.app
- Digital ID management
- Multi-chain wallet connections
- DAO governance tools
- Glocal regenerative network interface
- AI agent integration
- Frontend: React, Tailwind CSS, shadcn/ui
- Backend: Internet Computer (Motoko)
- Wallet Connections: Multiple chain adapters
- DAO: Hypha integration