1 repository
Linking multiple smart contract function calls where the output of one serves as the input for the next within a single transaction.
Distinct from Function Composition: Focuses on on-chain programmable transaction blocks rather than general software function composition.
Explore 1 awesome GitHub repository matching software engineering & architecture · On-chain Operation Composition. Refine with filters or upvote what's useful.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Implements programmable transaction blocks that allow chaining the outputs of on-chain functions as inputs for subsequent operations.