Skip to main content
⚠️ This example is outdated !
Head over to SDK Reference for the updated packages.

Steps using @turnkey/sdk-react

This process is made the most seamless by leveraging our React package. Read on for a non-React implementation.
1

Initialize the React Provider

2

Initialize an Ethers Provider and Turnkey Signer using the Passkey Client

3

Call `sendTransaction` with the Turnkey Signer

Alternative steps (non-React)

1

Initialize the Passkey Client

2

Initialize an Ethers Provider and Turnkey Signer

3

Call sendTransaction with the Turnkey Signer