Turnkey supports Cosmos address derivation. The address formats we support follow the Cosmos SDK standard for bech32 addresses.
To construct and sign Cosmos transactions with Turnkey, we offer:
@turnkey/cosmjs
: exports a TurnkeyDirectWallet
that serves as a drop-in replacement for a CosmJS direct wallet. It includes support for signDirect
.See it in action in our example:
examples/with-cosmjs
: demonstrates transaction construction and broadcast on Cosmos.Here’s a minimal example showing how to initialize a Turnkey signer for Cosmos and perform basic operations:
Turnkey supports various Cosmos ecosystem chains for address derivation and signing, including but not limited to:
TurnkeyDirectWallet
works as a direct replacement for standard CosmJS signersIf you are using a Cosmos chain we do not explicitly support, feel free to contact us at hello@turnkey.com, on X, or on Slack.
Turnkey supports Cosmos address derivation. The address formats we support follow the Cosmos SDK standard for bech32 addresses.
To construct and sign Cosmos transactions with Turnkey, we offer:
@turnkey/cosmjs
: exports a TurnkeyDirectWallet
that serves as a drop-in replacement for a CosmJS direct wallet. It includes support for signDirect
.See it in action in our example:
examples/with-cosmjs
: demonstrates transaction construction and broadcast on Cosmos.Here’s a minimal example showing how to initialize a Turnkey signer for Cosmos and perform basic operations:
Turnkey supports various Cosmos ecosystem chains for address derivation and signing, including but not limited to:
TurnkeyDirectWallet
works as a direct replacement for standard CosmJS signersIf you are using a Cosmos chain we do not explicitly support, feel free to contact us at hello@turnkey.com, on X, or on Slack.