Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Address derivation
Turnkey supports Hyperliquid (EVM) address derivation withADDRESS_TYPE_ETHEREUM. This address format is valid across all of the Hyperliquid ecosystem (HyperCore and HyperEVM).
Transaction construction and signing
To construct and sign a Hyperliquid (EVM) transaction with Turnkey, we offer:- @turnkey/viem: contains a
createAccountmethod to create a Turnkey-powered custom account which Viem can use seamlessly. - @turnkey/ethers: contains a
TurnkeySignerwhich implements Ethers’AbstractSignerinterface. See Ethers docs.