Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<head>
<title>Ethereum Account Explorer</title>
<script src="http://raw.githubusercontent.com/ethereum/web3.js/0.16.0/dist/web3.min.js"></script>
<script>
web3 = new Web3(new Web3.providers.HttpProvider("https://mainnet.infura.io"));
function printAccountBalance() {
var GET = {};
var query = window.location.search.substring(1).split("&");