Skip to content

Instantly share code, notes, and snippets.

View kevholder's full-sized avatar

Kevin Holder kevholder

  • Oikos / OpenTron
  • Toronto
View GitHub Profile
@kevholder
kevholder / SimpleStorage.sol
Created August 25, 2020 02:13
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.17+commit.d19bba13.js&optimize=false&gist=
pragma solidity ^0.5.17;
contract SimpleStore {
function set(uint _value) public {
value = _value;
}
function get() public view returns (uint) {
return value;
}

Keybase proof

I hereby claim:

  • I am kevholder on github.
  • I am kevholder (https://keybase.io/kevholder) on keybase.
  • I have a public key ASBUohhdQU3CN-76w0hZJ4gKbx7KUrzBa8HQdRKSgo4yUAo

To claim this, I am signing this object: