Skip to main content
Stellar supports the following signature kinds:
  • Transaction, unsigned transaction.

Transaction

Signs an unsigned transaction. Note: Stellar signing needs a network dependent passphrase. Therefore it’s tied to a specific network rather than the blockchain kind.

Typescript Example with Stellar SDK

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