Skip to main content

18 docs tagged with "Transaction"

Primary means to interact with the Networks.

View all tags

Building Offline

To build a transaction offline (with no client required), you need to fully define all of your

IOTA Client CLI

The IOTA Client CLI provides command-level access to interact with the IOTA network.

Key pairs

The IOTA TypeScript SDK provides Keypair classes that handle logic for signing and verification

Keys and Addresses

IOTA adheres to widely accepted wallet specifications in the cryptocurrency industry, including BIP-32 (and its variation, SLIP-0010) and its variation SLIP-0010, BIP-44, and BIP-39, to facilitate key management for users. At present, IOTA supports pure Ed25519, ECDSA Secp256k1, ECDSA Secp256r1, and multisig for signed transactions.

Sponsored Transactions on IOTA

A guide to understanding and implementing sponsored transactions on the IOTA blockchain, including roles, use cases, workflows, and risk considerations.

Transactions

An introduction to transactions, their types, metadata, and execution flow in Move-based blockchain networks.