Skip to main content
Tezos supports the following signature kinds:
  • Transaction, unsigned operation.

Transaction

Signs an unsigned operation.

Typescript Example with Taquito

First install the Taquito SDK. You can find the full documentation here: https://taquito.io/docs/quick_start/ Taquito is a little special in that it requires a signer to forge an operation. In fact, we only need the signer to return the wallet address and the (encoded) public key. We’ll initialize a Taquito RPC instance using our fake signer and a local forger (see below). After forging the operation, we can sign via the DFNS TypeScript SDK.
Last modified on July 7, 2026