Skip to content

Instantly share code, notes, and snippets.

@kilrizzy
kilrizzy / contracts...1_Storage.sol
Created September 4, 2021 22:55
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.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {

Keybase proof

I hereby claim:

  • I am kilrizzy on github.
  • I am kilrizzy (https://keybase.io/kilrizzy) on keybase.
  • I have a public key ASCeMxP_MT9jByhTxGqCUgBtfQ9ApwXwyAED8soPxgmfwQo

To claim this, I am signing this object:

04bb4adc190c47e652281d5c3abe184a53090c6e75123d416efd81662796bc7df87797fd287314a293092afc8f6afe0853059724697613d65644f3c1abb9c1144c;bogdano

app/Support/Traits

@kilrizzy
kilrizzy / Default Options.md
Created August 12, 2017 13:14
Common app/Options (For use with kilroyweb/options)

default option files

@kilrizzy
kilrizzy / add-site-key.sh
Last active January 10, 2017 00:40
Automate Homestead (host sitekey site/directory)
#!/bin/bash
KEY=$1
DIRECTORY=$2
DOMAIN=$KEY".app"
DATABASE=$KEY
/bin/bash /c/scripts/add-site.sh $DOMAIN $DIRECTORY $DATABASE