This guide will walk you through how to sign a Solana transaction using the Enclave MPC API.
chainID
to solana:4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z
rpcUrl
to https://api.testnet.solana.com
method
to sol_signAndConfirmTransaction
params
to a base64 encoded serialized Solana transactionparams
using @solana/web3.js
, for a complete example checkout this example repo: