docs: add example of using Circle Paymaster middleware#1347
Open
ksmith-circle wants to merge 8 commits intoalchemyplatform:mainfrom
Open
docs: add example of using Circle Paymaster middleware#1347ksmith-circle wants to merge 8 commits intoalchemyplatform:mainfrom
ksmith-circle wants to merge 8 commits intoalchemyplatform:mainfrom
Conversation
|
@ksmith-circle is attempting to deploy a commit to the Alchemy Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
6a9b611 to
8a23bb8
Compare
rthomare
reviewed
Mar 11, 2025
Contributor
rthomare
left a comment
There was a problem hiding this comment.
One super small nit other wise looks good!
Co-authored-by: Rohan Thomare <3498866+rthomare@users.noreply.github.com>
rthomare
previously approved these changes
Mar 11, 2025
rthomare
approved these changes
Mar 20, 2025
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.
Adds an example to the third-party paymaster docs that uses Circle Paymaster to pay for gas using USDC via this npm package.
Pull Request Checklist
yarn test)sitefolder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change)yarn lint:check) and fix any issues? (yarn lint:write)PR-Codex overview
This PR updates the documentation for using ERC-20 paymasters, replacing the reference to
StackupwithCircle's Paymasterand providing a detailed code example for its usage with the Alchemy SDK.Detailed summary
StackuptoCircle's Paymaster.Circle's Paymasterwith the Alchemy SDK.