Getting Started
Compile from solidity source code to obtain source bytecode and abi.
Using arguments and abi to generate function bytecode of all sorts.
Send transaction with source bytecode as payload to obtain contract address.
Send transaction with function bytecode as payload, with contract address as receiver to obtain results and logs (results contain function outputs, logs contain emitted events).
Send json-rpc call request with function bytecode and contract address to obtain results (contains function outputs).
Last modified 3yr ago