accounts.transferAccountToChain
The `transferAccountToChain` contract needs special consideration.
Technical documentation.
View all tagsThe `transferAccountToChain` contract needs special consideration.
Learn how to interact with the IOTA Gas Station API to manage gas reservations and execute transactions on the IOTA network.
Learn how the IOTA Gas Station simplifies user interactions with the IOTA network by enabling sponsored transactions.
Existing EVM tooling is compatible and can be used directly with an IOTA Smart Contracts chain running EVM. You can configure hardhat, metamask, remix, Ether.js and Web3.js among others.
Important EVM contracts in the IOTA ecosystem.
Contribute to IOTA Identity by joining the Identity initiative, via the projects GitHub repository, documentation, or sharing your knowledge.
This section describes the configuration parameters and their types for WASP.
There currently are 6 core smart contracts that are always deployed on each chain, root, _default, accounts, blob, blocklog, and governance.
There currently are 6 core smart contracts that are always deployed on each chain, root, _default, accounts, blob, blocklog, and governance.
Compatibility between the ISC EVM layer and existing Ethereum smart contracts and tooling.
IOTA Smart Contract Protocol is IOTA's solution for running smart contracts on top of the IOTA _tangle_.
Learn about the key components of the IOTA Gas Station
Learn about the key features of the IOTA Gas Station
Import code documentation from this or any other repository.
The cheat sheet highlights common IOTA CLI commands.
The IOTA Client CLI provides command-level access to interact with the IOTA network.
The IOTA Client PTB CLI enables a user to construct a PTB and execute it from the command line or a file.
How IOTA Identity implements the Decentralized Identifiers Standard on the IOTA Tangle.
The IOTA Genesis Ceremony CLI provides commands for building a Genesis blob file.
The most important concepts that developers will need to know to utilize IOTA Identity to its full potential.
The IOTA Keytool CLI has commands for managing and generating addresses, working with private keys, or signatures.
The IOTA CLI move command provides commands for working with Move source code directly from a terminal or console.
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.
Networks and endpoints in the IOTA ecosystem.
The specification for the embedded revocation bitmap.
The specification for an embeddable time-based revocation method - `RevocationTimeframe2024`.
Provide overview of the specifications
Compatibility between languages and different virtual machines.
The `accounts` contract keeps the ledger of on-chain accounts.
The `blobs` contract maintains a registry of _blobs_ (a collection of arbitrary binary data) referenced from smart contracts via their hashes.
The `blocklog` contract keeps track of the blocks of requests processed by the chain.
The errors contract keeps a map of error codes to error message templates. These error codes are used in request receipts.
The evm core contract provides the necessary infrastructure to accept Ethereum transactions and execute EVM code.
The `governance` contract defines the set of identities that constitute the state controller, access nodes, who is the chain owner, and the fees for request execution.
The root contract is the first smart contract deployed on the chain. It functions as a smart contract factory for the chain.