Skip to main content

21 docs tagged with "SDK"

Software Development Kit.

View all tags

Before You Start

A guide to familiarizing yourself with the IOTA repository, branch and network structure, SDKs, CLI, and recommended IDEs and plugins.

Claiming Foundry Outputs

A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger.

Hello IOTA

This basic example introduces you to the IOTA TypeScript SDK. The Node.js example mints IOTA on an IOTA

IOTA Faucet

Devnet, Testnet, and local networks include faucets that mint IOTA. You can use the IOTA TypeScript

IOTA Rust SDK

The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language.

IotaGraphQLClient

IotaGraphQLClient is still in development and may change rapidly as it is being developed.

Key pairs

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

Local Development

Guide to setting up and using a local IOTA network for development and testing.

Transfer to Object

On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses.