From c23d24807fc38e41ff9deb9c8008b6dd3a723a17 Mon Sep 17 00:00:00 2001 From: Omkar Shanbhag Date: Fri, 18 Oct 2024 10:47:38 -0700 Subject: [PATCH] add links to sections --- examples/email-auth-local-storage/README.md | 2 +- examples/with-eth-passkeys-galore/README.md | 2 ++ examples/with-solana-passkeys/README.md | 2 +- examples/with-solana/README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/email-auth-local-storage/README.md b/examples/email-auth-local-storage/README.md index 465121eab..80828badc 100644 --- a/examples/email-auth-local-storage/README.md +++ b/examples/email-auth-local-storage/README.md @@ -10,7 +10,7 @@ The overall flow for email auth is outlined below: This example contains an auth page as well and enables you to create wallets using an email auth credential. Unlike our other [email auth example](https://github.com/tkhq/sdk/tree/main/examples/email-auth), this does not use an iframe, which typically houses a target embedded key. Instead, a target embedded key is created within the application itself and stored in local storage. -You can try this example quickly on Stackblitz -- follow the instructions below +You can try this example quickly on Stackblitz. Follow the instructions below --> [Stackblitz Instructions](#4-stackblitz-example) ## Getting started diff --git a/examples/with-eth-passkeys-galore/README.md b/examples/with-eth-passkeys-galore/README.md index 0955b5f56..9178d93e4 100644 --- a/examples/with-eth-passkeys-galore/README.md +++ b/examples/with-eth-passkeys-galore/README.md @@ -12,6 +12,8 @@ The flow showcases 3 ways to make requests to Turnkey: If you want to see a Viem or Ethers demo with API keys instead of passkeys, see these examples: [`with-viem`](https://github.com/tkhq/sdk/tree/main/examples/with-viem), [`with-ethers`](https://github.com/tkhq/sdk/tree/main/examples/with-ethers). See our [SDK repo](https://github.com/tkhq/sdk) for additional packages and examples. +You can try this example quickly on Stackblitz. Follow the instructions below --> [Stackblitz Instructions](#4-stackblitz-example) + ## Getting started ### 1/ Clone or fork this repo diff --git a/examples/with-solana-passkeys/README.md b/examples/with-solana-passkeys/README.md index f83efa566..d7f880299 100644 --- a/examples/with-solana-passkeys/README.md +++ b/examples/with-solana-passkeys/README.md @@ -15,7 +15,7 @@ The flow showcases 3 ways to make requests to Turnkey: If you want to see a Solana demo with API keys instead of passkeys, head to the example [`with-solana`](https://github.com/tkhq/sdk/tree/main/examples/with-solana). -You can try this example quickly on Stackblitz -- follow the instructions below +You can try this example quickly on Stackblitz. Follow the instructions below --> [Stackblitz Instructions](#4-stackblitz-example) ## Getting started diff --git a/examples/with-solana/README.md b/examples/with-solana/README.md index fa23a86fd..6026e1b35 100644 --- a/examples/with-solana/README.md +++ b/examples/with-solana/README.md @@ -7,7 +7,7 @@ This example walks through the following: - Construction of a transaction sending the funds out with the `@turnkey/solana` signer - Creating, minting, and transferring a SPL token using Turnkey -You can try this example quickly on Stackblitz -- follow the instructions below +You can try this example quickly on Stackblitz. Follow the instructions below --> [Stackblitz Instructions](#6-stackblitz-example) ## Getting started