docs: add create-wdk-module docs + release + fixes (WDKDOCS-222)#103
Merged
gatteo merged 4 commits intotetherto:developfrom Mar 6, 2026
Merged
Conversation
Add new docs page for the create-wdk-module scaffolding tool under Tools. Update Community Modules and SDK Get Started pages to replace the "Coming Soon" placeholder and reference the new tool. Add changelog entry for March 5, 2026.
Remove Avalanche C-Chain (43114) config — Safe4337Module v0.3.0 is not deployed on that chain. Add verified supported networks table, fix broken Polygon RPC URL, and update the overview to list only chains confirmed working via end-to-end testing.
…leases Made-with: Cursor
jonathunne
approved these changes
Mar 6, 2026
gatteo
approved these changes
Mar 6, 2026
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
tools/create-wdk-module.md) for thecreate-wdk-moduleCLI scaffolding tool, covering Quick Start (stepper), Module Types, CLI Options, Interactive Mode, and Generated Project Structure.sdk/community-modules/README.mdwith a working quick-start and link to the new page.sdk/get-started.md"Creating Custom Modules" section with a recommendation hint forcreate-wdk-moduleand replaced the commented-out "Extender Guide" link with a live link to the new page.Create WDK Moduleentry toSUMMARY.mdunder the Tools section.overview/changelog.md.ERC-4337 Supported Networks Audit
Ran end-to-end tests against every chain listed in the ERC-4337 configuration docs. Checked the Safe4337Module v0.3.0 deployment registry, bundler/paymaster availability, account creation, and actual UserOperation submission on Sepolia with both Pimlico and Candide.
Findings:
@safe-global/safe-modules-deploymentsfor that chain. Bundler and paymaster services exist, but the SDK throws before reaching them.polygon-rpc.comwas returning 401 errors.Changes:
configuration.md: Removed Avalanche config section, added a verified supported networks table with the three-layer requirement explained, added a danger hint about Avalanche, fixed Polygon RPC topolygon-bor-rpc.publicnode.com, cleaned up Plasma config comments.README.md(ERC-4337 overview): Replaced "any EVM-compatible blockchain" with the actual verified list of 5 networks.skills/wdk/references/chains.md: Updated the ERC-4337 support line with all verified chains and the Avalanche exclusion.Release Notes (March 6, 2026)
Changelog entries for 3 releases. No public API changes detected; all entries are changelog-only.
verify, upgraded TonWeb to v6.2.0, security dependency updates. Audited.d.tsfrom beta.4;verify(message, signature)signature unchanged,verifyMessageV2change is internal only.Verification
Test plan
tools/create-wdk-module.mdpage renders correctly in GitBook previewsdk/community-modules/README.mdandsdk/get-started.mdupdates render correctly