Skip to content

Instantly share code, notes, and snippets.

View jparklev's full-sized avatar

Josh Levine jparklev

View GitHub Profile
contract Store {
mapping(bytes4 => uint256) public store;
function set(bytes4 key, uint256 value) external {
store[key] = value;
}
function get(bytes4 key) external returns (uint256) {
return store[key];
}

Keybase proof

I hereby claim:

  • I am jparklev on github.
  • I am jparklev (https://keybase.io/jparklev) on keybase.
  • I have a public key ASDT_c2W_sCmthMYgJZ-9HfAetcltafFAgVeila2HDtUowo

To claim this, I am signing this object:

@jparklev
jparklev / index.html
Created January 17, 2018 08:56
Statechart Visualizer (Alpha)
<div id="app"></div>
<!-- <div id="cy"></div> -->
@jparklev
jparklev / .block
Last active September 5, 2017 22:31
fresh block
license: mit