Skip to content

Instantly share code, notes, and snippets.

View jpitts's full-sized avatar

Jamie Pitts jpitts

View GitHub Profile
@jpitts
jpitts / checksum-local-metamask.sh
Last active December 15, 2020 08:55
checksum-local-metamask.sh
#!/bin/bash
# Please see recent, related work:
# Overview: https://jpitts.medium.com/how-to-checksum-a-dapp-e865d952310c
# Checksum the Launchpad: https://gist.github.com/jpitts/73acca4969fcb3ddd8a62d2666d116ed
DATE=`date +%FT%H:%M:%S`
CURRENT_DIR=`pwd`
# MetaMask https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en

Checksum Multisender.app

This is a set of instructions for checksumming the web assets of Multisender.app (https://multisender.app).

Please see the related How To Checksum A Dapp Medium article.

Full command

export DAPP_URL=https://multisender.app

Keybase proof

I hereby claim:

  • I am jpitts on github.
  • I am jpitts (https://keybase.io/jpitts) on keybase.
  • I have a public key ASB43S7-isk056eQ71p9uYuhDOC8BhVjshEokm-LVScQoAo

To claim this, I am signing this object:

@jpitts
jpitts / Blurb
Last active June 22, 2016 01:55
Some information about me:
- Full stack dev, believer in open source. Have unhealthy levels of interest in computing history, value investing, and culture.
- Mind blown instantly about the implications of the white paper. Since then, have been following ethereum closely.
- Got started in the early web, built many things with perl, java, ruby, and recently javascript/node.js.
- Mainly know devops via AWS. Built and ran a freestyle rap competition over the real-time web called rapt.fm.
#!/bin/bash
# Build and Run Ethereum on CentOS using Terminal.com
# For geth 1.0.0 "frontier", relevant around late July, 2015
#
# These instructions are for building geth and dependencies from scratch
# (should the normal ways of getting it going fail you)
#
# The following are installed:
# - go