Skip to main content

4 docs tagged with "Call Context"

View All Tags

Testing Smart Contracts

Testing of smart contracts happens in the Solo testing environment. This enables synchronous, deterministic testing of smart contract functionality without the overhead of having to start nodes, set up a committee, and send transactions over the _Tangle_.

Transfer Tokens

Explore methods in the Call Context that facilitate the handling and transfer of asset balances in smart contracts using the `dividend` example.

Trigger Events

This article outlines how to trigger events in smart contracts utilizing ISC sandbox's ScFuncContext and the Schema Tool for structured events.

Use View-Only Functions

Explore the characteristics and constraints of view-only functions in smart contracts, illustrated through a 'getFactor' function example.