Collective Impact

Collective Impact

Collective Impact

🏆 1st Place Winner - ICP Hackathon 10
We're proud to announce that Collective Impact won first place in the ICP Hackathon 10! See announcement

Collective Impact is a decentralized crowdfunding platform built on the Internet Computer Protocol (ICP) that empowers communities to fund social impact projects, govern decisions via DAO, and earn real-world rewards like volunteer trip access. This project combines DeFi mechanics, DAO governance, and transparent impact tracking for global good.

📖 Whitepaper & Project Roadmap

🌟 Read our comprehensive whitepaper to understand our vision, mission, and detailed project roadmap.

This document outlines our strategic approach to creating collective impact and the future development plans.

🚀 Problem & Solution

Problem:

Traditional crowdfunding platforms charge high fees (5-10%), lack transparency, and centralize control.

Solution:

🌱 Donation-Based Crowdfunding

🗳️ DAO Governance

🎁 Reward System

🛠️ Tech Stack

💻 Development Setup

Prerequisites

Local Development

  1. Install Dependencies
# Install pnpm if you haven't already
npm install -g pnpm

# Install project dependencies
pnpm install

# Make sure dfx is installed and up to date
dfx --version
  1. Start Local Internet Computer
# Start clean local IC instance in the background
dfx start --clean --background
  1. Deploy Canisters
# Create canister identifiers
dfx canister create --all

# Build canisters
dfx build

# Deploy canisters locally
dfx deploy

# Generate canister type bindings
dfx generate
  1. Start Frontend Development
# Start Next.js development server
pnpm dev

Important Notes

dfx build
dfx deploy
dfx generate
dfx stop

Canister Structure

dfx/
├── canisters/
│   └── dex/           # Main DEX canister
│       ├── main.mo    # Main canister logic
│       └── types.mo   # Type definitions