-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add tutorial for Permissionless Multisigner paymaster #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I have some grammar nits:
Co-authored-by: Antonio <[email protected]>
fix: suggested grammar nits Co-authored-by: Sarah Schwartz <[email protected]>
Hi team @uF4No @JackHamer09 @sarahschwartz , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking a lot better, great job! I just have a few notes:
Also for the bun.lockb
file, you should just be able to run bun install
to resolve the diff. If that doesn't work, try deleting the file and then installing again.
@hoshiyari420 I just approved but I apologize I didn't realize there is one more issue here: our repo requires all commits to be signed: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification |
Signed-off-by: hoshiyari <[email protected]>
* feat: l1-l2 how to guide * fix: broken link * fix: linting * fix: rename title * fix: format steps * fix: pk notes * Apply suggestions from code review Co-authored-by: Sabrina <[email protected]> * fix: pr review comments * Update content/tutorials/how-to-send-l1-l2-transaction/10.index.md Co-authored-by: Sabrina <[email protected]> --------- Co-authored-by: Sabrina <[email protected]>
Description
This pull request introduces the following changes:
Overview
The tutorial provides technical guidance on integrating Zyfi's new permissionless, signature-based paymaster into any Dapp. This paymaster offers Dapps greater flexibility by allowing the use of paymaster functionality without relying on third-party services. Additionally, it helps save Dapps' resources by eliminating the need to develop or deploy a custom paymaster.