Skip to content

Instantly share code, notes, and snippets.

View robertlie's full-sized avatar

Robert Lie robertlie

View GitHub Profile
@robertlie
robertlie / testcoins_rinkeby.txt
Created August 10, 2017 11:50
testcoins_rinkeby
0x2B417fE5D262443918358A92868c60922285eDA1
@robertlie
robertlie / web3api
Created July 15, 2017 07:46
we3api
pragma solidity ^0.4.0;
contract mortal {
/* Define variable owner of the type address*/
address owner;
/* this function is executed at initialization and sets the owner of the contract */
function mortal() { owner = msg.sender; }
/* Function to recover the funds on the contract */
@robertlie
robertlie / solidity_tutorial_1
Created July 10, 2017 09:46
solidity_tutorial_1
pragma solidity ^0.4.0;
contract SimpleStorage {
uint storedData;
function set(uint x) {
storedData = x;
}
function get() constant returns (uint) {
@robertlie
robertlie / mobilefish_rinkeby_test_account_1.txt
Created June 28, 2017 09:21
mobilefish_rinkeby_test_account_1
0x2b417fe5d262443918358a92868c60922285eda1