Skip to content

Commit

Permalink
add links to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarshanbhag committed Oct 18, 2024
1 parent af29c50 commit c23d248
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/email-auth-local-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions examples/with-eth-passkeys-galore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/with-solana-passkeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/with-solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c23d248

Please sign in to comment.