docs: add USDC payments dApp guide (BasePay on Base Mainnet)#1579
Open
osr21 wants to merge 2 commits into
Open
docs: add USDC payments dApp guide (BasePay on Base Mainnet)#1579osr21 wants to merge 2 commits into
osr21 wants to merge 2 commits into
Conversation
Collaborator
🟡 Heimdall Review Status
|
Author
|
check github page for documentation about dapp, some fixes applied, but overall need some feedback |
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 guide shows developers how to build a production-grade USDC payments dApp on Base Mainnet — covering the full stack from wallet connection through on-chain smart contract interactions.
Reference implementation: BasePay — live on Base Mainnet
Source code: github.com/osr21/basepay-dapp
What the guide covers
transferand router-based sends with atomic 0.30% fee deductionContracts deployed on Base Mainnet (source-verified)
0x2d7ba7ed34f8fa16fe4d0d11b51306dc753812c80x82569caf7847040a03ad2c6545ade5af2bdcf47c0x5b3241a47acfda41f15dfd7260339e2a88d523180x546093b0476b4b7909cd84f3a0fef813c421d14aChanges
docs/apps/guides/usdc-payments-dapp.mdx— new guide pagedocs/docs.json— addedapps/guides/usdc-payments-dappto the Apps > Guides navigation groupFits naturally alongside the existing "base-notifications" technical guide and "migrate-to-standard-web-app" guide in the Apps section.