Web3 Libraries
Ethers
@turnkey/ethers
exports a TurnkeySigner
that serves as a drop-in replacement for an Ethers signer.
Out of the box, it supports { signTransaction | signMessage | signTypedData }
. See full implementation here for more details and examples. Note that you must bring your own provider and connect it to the TurnkeySigner.