Turnkey supports Sei address derivation. Sei is part of the Cosmos ecosystem and uses the bech32 address format with the sei
prefix. Addresses are derived using the SECP256k1 curve.
Since Sei is based on the Cosmos SDK, you can leverage our Cosmos support for transaction construction and signing:
@turnkey/cosmjs
: our CosmJS integration works with Sei as well, allowing you to use a TurnkeyDirectWallet
as a drop-in replacement.Here’s a practical example showing how to use Turnkey with Sei for a complete transaction flow:
Turnkey supports:
For DApp developers looking to integrate with Sei, you can use Turnkey as a secure key management solution and combine it with:
If you’re building on Sei and need assistance with your Turnkey integration, feel free to contact us at hello@turnkey.com, on X, or on Slack.
Turnkey supports Sei address derivation. Sei is part of the Cosmos ecosystem and uses the bech32 address format with the sei
prefix. Addresses are derived using the SECP256k1 curve.
Since Sei is based on the Cosmos SDK, you can leverage our Cosmos support for transaction construction and signing:
@turnkey/cosmjs
: our CosmJS integration works with Sei as well, allowing you to use a TurnkeyDirectWallet
as a drop-in replacement.Here’s a practical example showing how to use Turnkey with Sei for a complete transaction flow:
Turnkey supports:
For DApp developers looking to integrate with Sei, you can use Turnkey as a secure key management solution and combine it with:
If you’re building on Sei and need assistance with your Turnkey integration, feel free to contact us at hello@turnkey.com, on X, or on Slack.