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.