Skip to main content
Cosmos Appchains like Osmosis and Sei support the following signature kinds:

SignDocDirect

Signs an unsigned transaction using SIGN_MODE_DIRECT.

Typescript Example with CosmJS SDK

First install the CosmJS SDK. You can find the full documentation here: https://cosmos.github.io/cosmjs/ Here a code sample to generate a signature via the DFNS TypeScript SDK:
Last modified on July 7, 2026