Code Examples
Signing Transactions
This is a guide to signing transactions in a server context. While these snippets leverage Ethers, it can be swapped out for other signers in the Viem or Solana contexts. An example for Ethers can be found , and for Viem in the server context. A similar example with Solana can be found .
1
Initialize the Server Client
2
Initialize an Ethers Provider and Turnkey Signer
3
Call `sendTransaction` with the Turnkey Signer
Was this page helpful?