Bringing community and environmental actions onchain to better measure, track and reward impact.
Green Goods is an offline-first platform for documenting ecological and social work and proving impact on-chain. Operators approve gardener submissions, and the protocol anchors results in Ethereum attestation infrastructure.
git clone https://github.com/greenpill-dev-guild/green-goods.git
cd green-goods
bun setup # Checks deps, installs packages, creates .env
bun dev # Starts all services via PM2Services: Client PWA (localhost:3001) • Admin (localhost:3002) • Indexer (localhost:8080) • Storybook (localhost:6006)
📖 docs.greengoods.app — Full documentation for users and developers
- Developer Quickstart — Detailed setup guide
- Architecture — System design and diagrams
- API Reference — GraphQL and contract APIs
- Contributing — Guidelines for contributors
- Dependency Management — Workspace dependencies, lockfile, and audit/update workflow
Run bun format && bun lint && bun run test before opening PRs.