celo-composer

Scaffold new Celo dApps using the Celo Composer CLI tool.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-composer-luissambrano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: celo-composer
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/8-blockchain/celo-composer
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill celo-composer-luissambrano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating new decentralized applications (dApps) on the Celo blockchain, providing pre-configured templates and development environments.

Core Features & Use Cases

  • Project Scaffolding: Quickly initialize new Celo projects with various templates.
  • Template Variety: Supports basic dApps, MiniPay apps, Farcaster miniapps, and AI chat applications.
  • Integrated Tooling: Includes options for wallet providers (RainbowKit, thirdweb) and smart contract development environments (Hardhat, Foundry).
  • Use Case: When starting a new Web3 project on Celo that requires a Next.js frontend and smart contract integration, use this Skill to set up the entire development environment in minutes.

Quick Start

Run npx @celo/celo-composer@latest create my-celo-app to scaffold a new Celo dApp.

Frequently Asked Questions about celo-composer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Celo dApp with Next.js and Hardhat?

Scaffold a Celo dApp by running npx @celo/celo-composer@latest create my-celo-app. This initializes a Next.js frontend and integrates Hardhat for smart contract development, setting up the entire environment in minutes.

What templates are available for Celo MiniPay and Farcaster miniapps?

Celo Composer templates include basic dApps, MiniPay apps, Farcaster miniapps, and AI chat applications. These pre-configured options let you quickly initialize Web3 projects on Celo with tailored frontend and contract setups.

Can I use RainbowKit or thirdweb for wallet integration in a Celo dApp?

Yes, Celo Composer supports wallet providers like RainbowKit and thirdweb. When scaffolding your dApp, you can select these integrated options to easily connect user wallets to your Celo application.

Does Celo Composer support Foundry for smart contract development?

Yes, Celo Composer supports Foundry alongside Hardhat for smart contract development. You can choose your preferred development environment during the project scaffolding process to set up contracts efficiently.

What is the best way to start a Web3 project on the Celo blockchain?

The best way to start a Web3 project on Celo is using a scaffolding tool like Celo Composer. It provides pre-configured templates for Next.js frontends and smart contract environments, simplifying dApp creation.

Do I need to manually configure RainbowKit when scaffolding a Celo dApp?

No, manual configuration is unnecessary. Celo Composer integrates wallet providers like RainbowKit automatically during the scaffolding process, allowing you to initialize a functional dApp environment instantly.