New: hvethereumnotesAll contenthive-129948hive-196917steemkrhive-166405hive-180932hive-183959hive-185836hive-183397photographyhive-150122hive-144064hive-184714hive-101145hive-188619uncommonlabzzanhive-145157bitcoinhive-103599hive-193186hive-139150lifehive-138689krsuccessTrendingNewHotLikershvonsteemit (42)in ethereum • 7 years agoThings i have learned in my journey learning Ethereum development - Notes 2Modifiers ✍ modifiers are resuaable codeblocks that can be used to change the behaviour of a function. It ‘s a kind of decorator. ✍ Modifiers are created with the key ‘modifier’ ✍…hvonsteemit (42)in ethereum • 7 years agoThings i have learned in my journey learning Ethereum development - Notes 1✍ The data is stored as part of the smart contract. ✍ There is a limit on the ethereum smart contract storage but its HUGE . Contract storage is a key of 32 bytes and a value of 32 bytes, so the…