Skip to main content

Transaction

Typescript Example with Taquito

First install the Taquito SDK. You can find the full documentation here. 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 distribute it via the DFNS TypeScript SDK.

Complete examples

For a complete working example, see the SDK example on GitHub:
Last modified on July 8, 2026