Skip to content

update sdk example links for categorization change#692

Open
MasterHW wants to merge 2 commits into
mainfrom
sdk-examples-categorization
Open

update sdk example links for categorization change#692
MasterHW wants to merge 2 commits into
mainfrom
sdk-examples-categorization

Conversation

@MasterHW
Copy link
Copy Markdown
Member

@MasterHW MasterHW commented Jun 3, 2026

related tkhq/sdk#1365

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Jun 3, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
turnkey-docs 🟢 Ready View Preview Jun 3, 2026, 7:44 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation references to SDK example apps after the SDK repo reorganized /examples into category subfolders (e.g., authentication/, key-management/, chain-integrations/, transaction-management/, defi/, demos/, etc.), aligning with the linked SDK change.

Changes:

  • Repoint GitHub example links across solution guides, feature docs, SDK pages, and snippets to the new categorized /examples/... paths.
  • Update the “Get started → Examples” index to reflect the new example locations.
  • Refresh changelog and API reference links that deep-link into example code.

Reviewed changes

Copilot reviewed 56 out of 56 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
solutions/key-management/enterprise-disaster-recovery.mdx Updates key-management example links for import/disaster recovery.
solutions/key-management/encryption-key-storage.mdx Updates encryption-key-escrow example link to new key-management category.
solutions/embedded-wallets/quickstart.mdx Updates react-wallet-kit demo link to new demos category.
solutions/embedded-wallets/integration-guide/react/using-embedded-wallets.mdx Updates import/export example link to new key-management category.
solutions/embedded-wallets/integration-guide/react/index.mdx Updates react-wallet-kit example app link to new demos category.
solutions/embedded-wallets/integration-guide/react/advanced-backend-authentication.mdx Updates authentication example links to new authentication category.
solutions/embedded-wallets/integration-guide/react-native/overview.mdx Updates RN wallet kit demo link to new demos category.
solutions/cookbooks/yieldxyz.mdx Updates Yield.xyz and kitchen-sink script links to new categories.
solutions/cookbooks/wallet-connect-pay-integration.mdx Updates WalletConnect Pay example links to new defi category.
solutions/cookbooks/morpho.mdx Updates Morpho example and kitchen-sink script links to new categories.
solutions/cookbooks/lifi.mdx Updates LiFi example link to new defi category.
solutions/cookbooks/jupiter.mdx Updates Jupiter example link to new defi category.
solutions/cookbooks/breeze.mdx Updates Breeze example link to new defi category.
solutions/cookbooks/aave.mdx Updates Aave example and kitchen-sink script links to new categories.
solutions/cookbooks/0x.mdx Updates 0x example link to new defi category.
snippets/shared/send-tx-core.mdx Updates tx webhook example link to transaction-management category.
snippets/shared/import-wallets.mdx Updates import examples to key-management category.
snippets/shared/export-wallets.mdx Updates export examples to key-management category.
snippets/shared/balance-concepts.mdx Updates balances/tx-webhooks example links to transaction-management category.
sdks/web3/viem.mdx Updates with-viem example link to chain-integrations category.
sdks/web3/solana.mdx Updates with-solana example link to chain-integrations category.
sdks/web3/gas-station.mdx Updates tk-gas-station example link to transaction-management category.
sdks/web3/eip-1193.mdx Updates EIP-1193 provider example link to chain-integrations category.
sdks/foundry.mdx Updates foundry example link to advanced category.
sdks/advanced/iframe-stamper.mdx Updates email-auth example link to authentication category.
sdks/advanced/client-side-signing.mdx Updates wallet-export-sign example links to key-management category.
get-started/examples.mdx Updates the examples index links to the new categorized example directories.
features/transaction-management/sending-sponsored-transactions.mdx Updates swapping/sweeping/paymaster example links to new categories.
features/policies/examples/solana.mdx Updates with-solana policy example link to chain-integrations category.
features/policies/examples/co-signing-transactions.mdx Updates with-cosigning example links to access-control category.
features/policies/delegated-access/frontend.mdx Updates delegated access example link to access-control category.
features/policies/delegated-access/backend.mdx Updates delegated access + kitchen-sink script links to new categories.
features/policies/delegated-access/agentic-wallets.mdx Updates agent wallet example link to access-control category.
features/networks/tempo.mdx Updates Tempo and related chain-integration example links.
features/networks/sui.mdx Updates Sui example link to chain-integrations category.
features/networks/stacks.mdx Updates Stacks example link to chain-integrations category.
features/networks/spark.mdx Updates Spark example links to new example category.
features/networks/solana.mdx Updates Solana and wallet-stamper example links to new categories.
features/networks/movement.mdx Updates Movement example link to chain-integrations category.
features/networks/iota.mdx Updates IOTA example link to chain-integrations category.
features/networks/ethereum.mdx Updates deep links to viem/ethers example code under new categories.
features/networks/doge.mdx Updates Doge example link to chain-integrations category.
features/networks/cosmos.mdx Updates CosmJS example link to chain-integrations category.
features/networks/bitcoin.mdx Updates Bitcoin example links to chain-integrations category.
features/networks/aptos.mdx Updates Aptos example link to chain-integrations category.
features/authentication/social-logins.mdx Updates OAuth/with-x example links to authentication category.
features/authentication/sessions.mdx Updates session-related example links to new demos/authentication categories.
features/authentication/proxying-signed-requests.mdx Updates proxy-signed-requests example link to advanced category.
features/authentication/passkeys/integration.mdx Updates federated passkeys example link to authentication category.
features/authentication/email.mdx Updates OTP/email-auth/magic-link example links to authentication category.
features/authentication/bring-your-own-auth.mdx Updates oauth example link to authentication category.
features/authentication/auth-proxy.mdx Updates otp-auth example link to authentication category.
changelogs/viem/readme.mdx Updates with-viem example link to chain-integrations category.
changelogs/http/readme.mdx Updates with-viem example link for Type3/Type4 support notes.
changelogs/ethers/readme.mdx Updates with-ethers example link to chain-integrations category.
api-reference/overview/errors.mdx Updates react-components example deep links to new demos category.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread changelogs/http/readme.mdx Outdated
Comment on lines 11 to +13
Turnkey supports Stacks transaction signing through the core signing capabilities. We have an example respository that demonstrates how to construct and sign Stacks transactions:

> [examples/with-stacks:](https://github.com/tkhq/sdk/tree/main/examples/with-stacks) A sample script that demonstrates how to sign a [Stacks](https://docs.hiro.so/stacks/stacks.js) transaction with Turnkey. Stacks uses the secp256k1 cryptographic curve for transaction signing, but there some specific data formatting that takes place for the [signing process](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#transaction-signing-and-verifying).
> [examples/chain-integrations/with-stacks:](https://github.com/tkhq/sdk/tree/main/examples/chain-integrations/with-stacks) A sample script that demonstrates how to sign a [Stacks](https://docs.hiro.so/stacks/stacks.js) transaction with Turnkey. Stacks uses the secp256k1 cryptographic curve for transaction signing, but there some specific data formatting that takes place for the [signing process](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#transaction-signing-and-verifying).
Comment thread features/networks/doge.mdx Outdated
Turnkey supports IOTA transaction signing through the core signing capabilities. We provide an example repository that demonstrates how to construct and sign IOTA transactions:

- [`examples/with-iota`](https://github.com/tkhq/sdk/tree/main/examples/with-iota): demonstrates transaction construction and broadcast on IOTA.
- [`examples/chain-integrations/with-iota`](https://github.com/tkhq/sdk/tree/main/examples/chain-integrations/with-iota): demonstrates transaction construction and broadcast on IOTA.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants