README ¶ Ethereum Event Listener An example of a program written in Go, which listens to a Smart Contract's event 1 - Solidity contract to ABI solc --abi contracts/MyContract.sol -o contracts 2 - ABI to Go package abigen --abi contracts/MyContract.abi --pkg mycontract --out mycontract/contract.go 3 - Fill your data in config.toml Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files event.go main.go provider.go Directories ¶ Show internal Expand all Path Synopsis mycontract Click to show internal directories. Click to hide internal directories.