Y
Hacker News
new
|
ask
|
show
|
jobs
Ethereum smart contracts in a nutshell
(
linuxforme.com
)
3 points
by
renas
3254 days ago
3 comments
ethernaut70
3254 days ago
What is the difference between the lottery() and manual_lottery() methods in the lottery contract?
link
renas
3254 days ago
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.
link
ethbr
3254 days ago
nice initiative, smart idea to use the future block hash as a base for the lottery result
cool client DAPP with creative icons
link
renas
3254 days ago
the icons are also a little open source project
https://github.com/renasboy/eth-address-icon
link
coin_collector
3254 days ago
Very useful for my way of working, hardcore with a nice lottery example, thumbs up !
link