Skip to content

Commit

Permalink
Merge pull request #33 from tkhq/link-fixes
Browse files Browse the repository at this point in the history
fixing rebalancer and trading runner example links
  • Loading branch information
hmarnold authored Sep 6, 2023
2 parents 225de72 + c92ed59 commit 707ec09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Clone the Turnkey sdk repo [here](https://github.com/tkhq/sdk) to explore a few
| [`with-viem-and-passkeys`](https://github.com/tkhq/sdk/tree/main/examples/with-viem-and-passkeys/) | A NextJS app that demonstrates how to use `@turnkey/viem` to build a passkey-powered application |
| [`sweeper`](https://github.com/tkhq/sdk/tree/main/examples/sweeper/) | Sweep funds from one address to a different address |
| [`deployer`](https://github.com/tkhq/sdk/tree/main/examples/deployer/) | Compile and deploy a smart contract |
| [`rebalancer`](https://github.com/tkhq/sdk/examples/rebalancer/) | A demo application which showcases an example of how to use Turnkey for managing multiple types of keys & users |
| [`trading-runner`](https://github.com/tkhq/sdk/examples/trading-runner/) | A sample application demonstrating a trading operation, using various private keys, users, and policies, powered by Uniswap. |
| [`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 |
| [`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. |

## Demos built with Turnkey

Expand Down

0 comments on commit 707ec09

Please sign in to comment.