Ethereum smart contracts in a nutshell
linuxforme.comWhat is the difference between the lottery() and manual_lottery() methods in the lottery contract?
lottery() is the final method, meaning, its what we want to be called by owner while we still have the result block available. the manual_lottery() was created for testing purposes only and its going to be removed when on production network.
nice initiative, smart idea to use the future block hash as a base for the lottery result
cool client DAPP with creative icons
the icons are also a little open source project https://github.com/renasboy/eth-address-icon
Very useful for my way of working, hardcore with a nice lottery example, thumbs up !