NEO vs Ethereumcryptogdc (29)in #dtube • 7 years ago (edited) NEO vs Ethereum pragma solidity ^0.4.0; contract SimpleStorage { uint storedData; function set(uint x) public { storedData = x; } function get() public constant returns (uint) { return storedData; } } ▶️ DTube ▶️ IPFS #cryptoespanol
Neo to the moon!