WasmEdge extensions WasmEdge extensions A key differentiator of WasmEdge from other WebAssembly VMs is its support for non-standard extensions. The WASI spec provides a mechani...
Transferring ETH Full code description: Tutorial on how to transfer ETH to another wallet or smart contract with Go. Transferring ETH In this lesson you’ll learn how to tra...
Transaction Recipient Transaction Recipient The recipient of a transaction is specified in the to field. This contains a 20-byte Ethereum address. The address can be an EOA or ...
Events description: Tutorial on Ethereum event logs with Go. Events Smart contracts have the ability to “emit” events during execution. Events are also known as “logs” in Et...