Skip to content

Instantly share code, notes, and snippets.

View watertim's full-sized avatar

WaterTim watertim

View GitHub Profile
@watertim
watertim / redelegate-evmos-all.sh
Last active November 27, 2021 13:54 — forked from apetresc/redelegate-cro.sh
A script to automatically claim staking rewards and re-stake them
#!/bin/bash -e
if [[ "$1" == "-h" || "$1" == "" ]]
then
echo "Usage: $0 <validator-address> [-y]"
exit
fi
# Arguments
VALIDATOR=$1
@watertim
watertim / attestation.txt
Created September 6, 2021 20:48
Attestation
I contributed to the clr.fund Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: qvt32
Contributor # 855
Hash: 87114fef e7ba528c 9614ea48 abf3c112
5e472e78 366e15cb a0331752 01735150
a1ffb885 849f1613 bf89f82c b3280ccd
e68fef65 b0744e9f 210a2a4a ef6bd769
@watertim
watertim / erc20-token-sample.sol
Created October 26, 2020 18:48 — forked from bajcmartinez/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : LCST
// Name : LCS Token
// Total supply : 100000
// Decimals : 2
// Owner Account : 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe