vechain
VeChain ecosystem provides the best resources to anyone who wants to solve real world economic challenges.
Visit https://vechain.org for more information.
vechain
VeChain ecosystem provides the best resources to anyone who wants to solve real world economic challenges.
Visit https://vechain.org for more information.
blockchain
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.4.16 <0.9.0;
contract SimpleStorage {
uint storedData;
function set(uint x) public {
storedData = x;
}
function get() public view returns (uint) {
return storedData;
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us