From 6407e786ec2c3a30cee8da8c899d8057368342c5 Mon Sep 17 00:00:00 2001 From: Olivia Thet Date: Tue, 28 Nov 2023 16:09:55 -0500 Subject: [PATCH 1/2] test out style css attribute --- docs/integration-guides/export-wallets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integration-guides/export-wallets.md b/docs/integration-guides/export-wallets.md index c91f09b..a15c61d 100644 --- a/docs/integration-guides/export-wallets.md +++ b/docs/integration-guides/export-wallets.md @@ -28,7 +28,7 @@ In the rest of this guide we'll assume you are using these helpers. Here's a diagram summarizing the wallet export flow step-by-step ([direct link](/img/wallet_export_steps.png)):

- wallet export steps + wallet export steps

Let's review these steps in detail: @@ -75,7 +75,7 @@ Let's review these steps in detail: Export is complete! The iframe now displays a numbered 3-column grid of words that form the mnemonic, directly to your end user.

- wallet mnemonic + wallet mnemonic

The exported wallet will remain stored within Turnkey’s infrastructure. In your Turnkey dashboard, the exported user Wallet will be flagged as “Exported”. @@ -113,7 +113,7 @@ It works by anchoring export in a **target encryption key** (TEK). This target e The following diagram summarizes the flow:

- export cryptography + export cryptography

The public part of this key pair is passed as a parameter inside of a signed `EXPORT_WALLET` or `EXPORT_PRIVATE_KEY` activity. From 1fb3f9dd0448c3b1e551e32431ab7a1acfb15b04 Mon Sep 17 00:00:00 2001 From: Olivia Thet Date: Tue, 28 Nov 2023 16:22:26 -0500 Subject: [PATCH 2/2] typo. use height attr instead of style --- docs/getting-started/Examples.md | 2 +- docs/integration-guides/export-wallets.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/Examples.md b/docs/getting-started/Examples.md index ccb949f..10270e1 100644 --- a/docs/getting-started/Examples.md +++ b/docs/getting-started/Examples.md @@ -19,7 +19,7 @@ That said, we have built out several example services and applications to help i | [`demo-ethers-passkeys`](https://github.com/tkhq/demo-ethers-passkeys) | A NextJS app that demonstrates how to use `@turnkey/ethers` to build a passkey-powered application | | [`demo-viem-passkeys`](https://github.com/tkhq/demo-viem-passkeys) | A NextJS app that demonstrates how to use `@turnkey/viem` to build a passkey-powered application | | [`deployer`](https://github.com/tkhq/sdk/tree/main/examples/deployer/) | Compile and deploy a smart contract | -| [`email-recovery`](https://github.com/tkhq/sdk/tree/main/examples/email-recovery/) | A NextJS app that demonstrates how to use `@turnkey/iframe-stamper` to perform email | +| [`email-recovery`](https://github.com/tkhq/sdk/tree/main/examples/email-recovery/) | A NextJS app that demonstrates how to use `@turnkey/iframe-stamper` to perform email recovery | | [`rebalancer`](https://github.com/tkhq/sdk/tree/main/examples/rebalancer/) | A demo application which showcases an example of how to use Turnkey for managing multiple types of keys & users | | [`sweeper`](https://github.com/tkhq/sdk/tree/main/examples/sweeper/) | Sweep funds from one address to a different address | | [`trading-runner`](https://github.com/tkhq/sdk/tree/main/examples/trading-runner/) | A sample application demonstrating a trading operation, using various private keys, users, and policies, powered by Uniswap | diff --git a/docs/integration-guides/export-wallets.md b/docs/integration-guides/export-wallets.md index a15c61d..96b881a 100644 --- a/docs/integration-guides/export-wallets.md +++ b/docs/integration-guides/export-wallets.md @@ -28,7 +28,7 @@ In the rest of this guide we'll assume you are using these helpers. Here's a diagram summarizing the wallet export flow step-by-step ([direct link](/img/wallet_export_steps.png)):

- wallet export steps + wallet export steps

Let's review these steps in detail: @@ -75,7 +75,7 @@ Let's review these steps in detail: Export is complete! The iframe now displays a numbered 3-column grid of words that form the mnemonic, directly to your end user.

- wallet mnemonic + wallet mnemonic

The exported wallet will remain stored within Turnkey’s infrastructure. In your Turnkey dashboard, the exported user Wallet will be flagged as “Exported”. @@ -113,7 +113,7 @@ It works by anchoring export in a **target encryption key** (TEK). This target e The following diagram summarizes the flow:

- export cryptography + export cryptography

The public part of this key pair is passed as a parameter inside of a signed `EXPORT_WALLET` or `EXPORT_PRIVATE_KEY` activity.