Solidity

writing, write, fountain pen

Logging in Ethereum – Part 1

Ethereum transactions don’t return function results. The only way to know a Contract performed some action is to watch for notifications on the blockchain. This is the lifeblood of an App. This series explores events in depth, and how best to use them.