minipay-integration

Develop Mini Apps for MiniPay wallet with viem transaction handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, @celo/abis, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of building, integrating, and testing applications specifically designed for the MiniPay wallet, a popular non-custodial wallet in the Global South.

Core Features & Use Cases

  • Mini App Development: Scaffold and build new Mini Apps for the MiniPay ecosystem.
  • Wallet Detection & Connection: Easily detect if a user is within the MiniPay environment and manage wallet connections.
  • Transaction Handling: Integrate functionality for reading balances and sending transactions using supported libraries like viem.
  • Testing & Debugging: Provides guidance on setting up local development, tunneling with ngrok, and debugging within the MiniPay environment.
  • Use Case: A developer wants to create a mobile-first dApp that allows users to easily pay with stablecoins directly from their MiniPay wallet. This skill provides the necessary code snippets and setup instructions.

Quick Start

Use the minipay-integration skill to scaffold a new MiniPay application using the command npx @celo/celo-composer@latest create -t minipay.

Frequently Asked Questions about minipay-integration

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

FAQPage Schema
How do I integrate a dApp with the MiniPay wallet?

You integrate a dApp with the MiniPay wallet by using the Celo composer to scaffold the application and utilizing viem to handle wallet detection, connection, and stablecoin transactions.

What is the best way to detect if a user is in the MiniPay environment?

Detecting the MiniPay environment is handled through specific wallet detection logic provided by the skill, allowing your mobile-first dApp to seamlessly identify and connect to the user's wallet session.

Can I use viem for sending Celo stablecoin transactions in MiniPay?

Yes, you can use viem for sending Celo stablecoin transactions, as the skill specifically provides guidance on transaction handling and reading balances using the viem library within the MiniPay ecosystem.

How do I set up local development and debugging for MiniPay Mini Apps?

Setting up local development for MiniPay Mini Apps involves configuring your environment for tunneling with ngrok, which allows you to test and debug your dApp directly within the MiniPay wallet.

Do I need @celo/abis to build mobile-first dApps for MiniPay?

Yes, @celo/abis is a required dependency for building MiniPay dApps, working alongside viem to facilitate stablecoin transaction handling and contract interactions on the Celo network.