Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Execute Signed Transaction
overledger:execute_signed_transaction
Executes a signed transaction by sending it to a blockchain node via Overledger
Write
High risk
Prepare Smart Contract Transaction
overledger:prepare_smart_contract_transaction
Prepares a smart contract transaction for signing on the Overledger platform
Write
Medium risk
Read from a smart contract
overledger:read_from_a_smart_contract
Reads data from a specified smart contract on the Overledger network.
Read
Low risk
Sign a transaction
overledger:sign_a_transaction
Sign a transaction using Overledger - Part 2 of Overledger Pattern. See documentation
Write
High risk