Build and Test Packages
Learn how to build and test Move packages in IOTA with detailed instructions and examples.
Process of evaluating code.
View all tagsLearn how to build and test Move packages in IOTA with detailed instructions and examples.
Calling smart contract view functions with Solo.
Learn how to use the std::debug module in Move for debugging and printing values.
Example of a _Solo_ test. It deploys a new chain and invokes some view calls.
Guide to setting up and using a local IOTA network for development and testing.
Solo is a testing framework that allows developers to validate real smart contracts and entire inter-chain protocols.
How to interact with the L1 ledger in Solo.
Smart contracts can exchange assets between themselves on the same chain and between different chains, as well as with addresses on the L1 ledger.
Tooling for EVM/Solidity