-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update account-abstraction.mdx #830
Conversation
Adding thridweb link to Account Abstraction Support.
WalkthroughThe recent changes enhance the documentation on account abstraction tools by incorporating a new section dedicated to Thirdweb. This section details the features offered by Thirdweb, such as Account Factory contracts, Bundler support for UserOps, and Paymaster for gas sponsorships, thereby providing developers with valuable resources for implementing account abstraction in their applications. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Thirdweb
participant SmartAccount
participant UserOps
participant Paymaster
Developer->>Thirdweb: Request account abstraction tools
Thirdweb->>Developer: Provide toolkit (Account Factory, Bundler, Paymaster)
Developer->>SmartAccount: Create Smart Account using Account Factory
Developer->>UserOps: Utilize Bundler for UserOps support
Developer->>Paymaster: Implement gas sponsorship via Paymaster
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add Documentation and Community
|
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Actionable comments posted: 1
Outside diff range, codebase verification and nitpick comments (1)
pages/builders/tools/build/account-abstraction.mdx (1)
45-46
: Ensure adherence to Markdown content guidelines.The section should use sentence case for body content and proper nouns should be capitalized. Additionally, consider using the Oxford comma for consistency.
Adjust the text as follows:
- offers the complete tool-kit to leverage account abstraction technology to enable seamless user experiences for your users. This includes Account Factory contracts that let your users spin up Smart Accounts, Bundler for UserOps support, and Paymaster to enable gas sponsorships. + Offers the complete toolkit to leverage account abstraction technology to enable seamless user experiences for your users. This includes Account Factory contracts that let your users spin up Smart Accounts, Bundler for UserOps support, and Paymaster to enable gas sponsorships.Tools
LanguageTool
[grammar] ~46-~46: Possible subject-verb agreement error detected.
Context: ...includes Account Factory contracts that lets your users spin up Smart Accounts, Bund...(PLURAL_THAT_AGREEMENT)
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.
LGTM
Description
Adding thridweb link to Account Abstraction Support.
Tests
No tests added as this is adding links to the docs.
Additional context
Metadata