docs(get-started/sdks): fill omni SDK pages + replace legacy Go page#61
Merged
Merged
Conversation
Fills the 5 omni SDK stubs (iOS, Android, Python, Rust, C) with full install/setup/example/custom-signers/7702-delegation/next-steps content sourced from the omni-sdk README. Adds a new server-side/go.mdx for the omni Go binding, and removes the legacy /advanced/go-sdk page (sidebar entry, advanced sidebar entry, and mdx file). Existing /advanced/go-sdk URL redirects to the new location. Also fixes the dead-link path /resources/infrastructure/rpcs -> /api-and-toolings/infrastructure/rpcs (was wrong in the existing stubs) across the 7 SDK pages. Each language page covers: - Install: real install command + latest alpha version - Setup: import + Context + Signer + Account - Example: end-to-end sponsored UserOp - Custom signers: pattern for Privy/HSM/MPC backends - EIP-7702 delegation: newAccount7702 + auto auth signing - Next steps: example repo + smart-account creation + RPC docs Overview page now points to the new Go location and explicitly names the Omni SDK as the non-TypeScript backbone.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Stacked on top of #60. Fills the 5 omni SDK stubs and replaces the legacy Go SDK page with the new omni Go binding.
What's in
Filled pages (each ~120-150 lines):
get-started/sdks/client-side/ios.mdx— Swift binding (SPM, precompiled xcframework)get-started/sdks/client-side/android.mdx— Kotlin binding (Maven Central, AAR + JVM JAR)get-started/sdks/server-side/python.mdx— Python binding (PyPI)get-started/sdks/server-side/rust.mdx— Rust crate (crates.io, build.rs auto-downloads natives)get-started/sdks/server-side/c.mdx— C FFI (build-from-source instructions)New page:
get-started/sdks/server-side/go.mdx— Omni Go binding (bindings/goin the omni-sdk monorepo, bundled.afiles per platform)Removed:
docs/pages/advanced/go-sdk.mdx— legacy Go SDK pageServer-side > Go (legacy)→Server-side > Go(new path);Advanced > Go SDK (legacy)entry removedRedirects added (
vocs.config.tsx):/advanced/go-sdk→/get-started/sdks/server-side/go/sdk/advanced/go-sdk→/get-started/sdks/server-side/goPath fix:
/resources/infrastructure/rpcs→/api-and-toolings/infrastructure/rpcsacross the 7 SDK pages (was a dead link in the existing stubs).Page template (same for each language)
alpha.6Kotlin,alpha.2Python/Rust/Go,alpha-x.3Swift xcframework)newAccount7702snippet + custom-signersignAuthorizationhookup noteContent sourced from the
zerodev-omni-sdkREADME.Local verification
pnpm devand visual review of all 7 pages + sidebar. Build still fails on pre-existing dead links in other parts of the docs (smart-accounts/sponsor-gas/*,sdk/v5_3_x/*) — not introduced by this PR.