Skip to content

awmpietro/ethereum-event-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of a program written in Go, which listens to a Smart Contract's event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages