NEO vs Ethereum

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
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Neo to the moon!