Appearance
Technical Reference
We recommand using wagmi to interact with MiniPay. To learn more about wagmi, please look at their extensive developer docs at https://wagmi.sh/react/getting-started.
Follow our Getting started guide to learn how to set up your project with wagmi.
NOTE
Using Wagmi is not a requirement. MiniPay injects an Ethereum provider into dApps launched within its browser. The provider is available as window.ethereum
and includes a isMiniPay
-flag to indicate that the provider is from MiniPay.
Code examples
In addition to the getting started guide, here's a list of code examples of common interations with the MiniPay wallet.