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