feat: Add BasePay — USDC payments guide for Base ecosystem#1578
Open
osr21 wants to merge 1 commit into
Open
Conversation
Collaborator
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a practical guide for BasePay — an open-source USDC stablecoin payments dApp built natively on Base Mainnet. The guide documents four production-ready payment patterns that any developer can fork, reuse, or build on.
Live app: https://base-pay.replit.app
Source: https://github.com/osr21/basepay-dapp
Network: Base Mainnet (Chain ID 8453)
All 4 contracts source-verified on BaseScan ✅
What this guide covers
Why this adds value to Base
For users
For developers
uint256.max), Blockaid-aware UX, bounded subscription allowancesFor the Base ecosystem
Contracts (all source-verified)
0x2d7ba7ed34f8fa16fe4d0d11b51306dc753812c80x82569caf7847040a03ad2c6545ade5af2bdcf47c0x5b3241a47acfda41f15dfd7260339e2a88d523180x546093b0476b4b7909cd84f3a0fef813c421d14aChanges
docs/apps/guides/usdc-payments-with-basepay.mdx— a Mintlify-compatible guide covering all four payment patterns with Solidity interfaces, wagmi v2 code samples, and security notesThe guide follows the existing format used in
docs/apps/guides/and is ready to slot into the nav config underapps > guides.