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.
export DAPP_URL=https://multisender.app
#!/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 |
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.
export DAPP_URL=https://multisender.app
Version and Code Name | Block No. | Released | Incl EIPs | Specs | Impls |
---|---|---|---|---|---|
v1 - Frontier | 1 | 07/30/2015 | Geth v1.0.0 | ||
v1.1 - Frontier Thawing | 200000 | 09/07/2015 | Geth v1.0.1.1 | ||
v2 - Homestead | 1150000 | 03/14/2016 | EIP-2 EIP-7 EIP-8 |
HFM-606 | Geth v1.3.4 |
v3-rc1 - DAO Wars | aborted | aborted | Geth v1.4.8 | ||
v3 - DAO Fork | 1920000 | 07/20/2016 | HFM-779 | [Geth v1.4.10](https://github.com/ethere |
I hereby claim:
To claim this, I am signing this object:
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 |