Appearance
Frequently Asked Questions (FAQ)
What is MiniPay?
MiniPay is a wallet that injects an Ethereum provider into dApps launched within its browser. The provider is available as window.ethereum
and includes a special flag isMiniPay
to indicate that the provider is from MiniPay.
What libraries are supported by MiniPay?
MiniPay supports popular libraries such as Wagmi and Viem. You can use these libraries to interact with the Ethereum provider injected by MiniPay. Check out the Getting started for a practical example.
MiniPay uses Custom Fee Abstraction based transactions, which is not supported by Ethers.js. Use viem or wagmi instead. If you are using Web3.js, use Celo's custom built plugin for fee abstraction.