Skip to content

Commit 80f7f24

Browse files
committed
add screnshots
1 parent 90f41ca commit 80f7f24

File tree

8 files changed

+13
-1
lines changed

8 files changed

+13
-1
lines changed

Diff for: examples/email-auth-local-storage/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The overall flow for email auth is outlined below:
1010

1111
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.
1212

13+
<p style="text-align:center">
14+
<img src="./img/demo.png" width="2000"/>
15+
</p>
16+
1317
You can try this example quickly on Stackblitz. Follow the instructions below --> [Stackblitz Instructions](#4-stackblitz-example)
1418

1519
## Getting started

Diff for: examples/email-auth-local-storage/img/demo.png

259 KB
Loading

Diff for: examples/email-auth/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The overall flow for email auth is outlined below:
1010

1111
This example contains an example auth page as well as a stub API endpoint for "your business" (where the email is resolved into an organization ID). The creation of the hidden iframe is abstracted by our `@turnkey/iframe-stamper` package. For more information on email auth, [check out our documentation](https://docs.turnkey.com/features/email-auth).
1212

13+
<p style="text-align:center">
14+
<img src="./img/demo.png" width="2000"/>
15+
</p>
16+
1317
## Getting started
1418

1519
### 1/ Cloning the example

Diff for: examples/email-auth/img/demo.png

184 KB
Loading

Diff for: examples/wallet-import-export/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This example shows how to import, export, and get wallets. It contains a NextJS
77

88
This example includes API stubs to get whomai and your wallets as well as import and export your wallet using a mnemonic phrase. The creation of the iframe is abstracted by our `@turnkey/iframe-stamper` package.
99

10+
<p style="text-align:center">
11+
<img src="./img/demo.png" width="2000"/>
12+
</p>
13+
1014
## Getting started
1115

1216
### 1/ Cloning the example

Diff for: examples/wallet-import-export/img/demo.png

249 KB
Loading

Diff for: examples/with-solana-passkeys/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repo contains a sample application **for demonstration purposes only**, walking through how to create sub-organizations, create a wallet, and sign with the [`@turnkey/solana`](https://github.com/tkhq/sdk/tree/main/packages/solana) signer (with transactions sponsored by the parent org!), using passkeys. Please feel free to play with this example and file an issue if there are improvements to be made! ❤️
44

55
<p style="text-align:center">
6-
<img src="./img/demo.png" width="500"/>
6+
<img src="./img/demo.png" width="1750"/>
77
</p>
88

99
The flow showcases 3 ways to make requests to Turnkey:

Diff for: examples/with-solana-passkeys/img/demo.png

-188 KB
Loading

0 commit comments

Comments
 (0)