Sign up to Heroku.
Then install the Heroku Toolbelt. It is a command line tool to manage your Heroku apps
After installing the Heroku Toolbelt, open a terminal and login to your account:
#!/usr/bin/env python3 | |
import sys | |
import json | |
import os | |
def find_account_inclusion_object(eligibles, eth_address): | |
for account in eligibles: | |
if account["identity"].lower() == eth_address.lower(): | |
return account | |
return None |
13911.1 swader | |
13911.1 sorpaas | |
13911.1 s1na | |
13911.1 rjl493456442 | |
13911.1 qd-qd | |
13911.1 protolambda | |
13911.1 paulrberg | |
13911.1 noahzinsmeister | |
13911.1 neurone | |
13911.1 moodysalem |
0: 0x0000000000000000000000000000000000000000 | |
1: 0xCd5f8fa45E0cA0937F86006B9eE8fE1eEdEe5FC4 | |
2: 0x000dCF36D188714Ec52fE527D437c486D4Fb24D8 | |
3: 0xAfa43f2B1a86f74e813ce1af161b50Db3E2236Fc | |
4: 0x6F2A8Ee9452ba7d336b3fba03caC27f7818AeAD6 | |
5: 0xc031D5e3822bE0335027ecf88aFdfd3433A97fe1 | |
6: 0x1A40CA0774518D8F7f41df7dA070a4AaE08184F1 | |
7: 0x7C5F6fFaD368dBf1a83E6D66b5aCE792fac2E7C0 | |
9: 0x1db7332D24EBbdC5F49c34AA6830Cb7f46A3647C | |
12: 0x9cefde113e96aDbe99B8975BBB25825d4C4d0e77 |
{ | |
"pending": { | |
"0x000000145187b712DF7F60597D13c7908c615DfD": { | |
"8045": "0x000000000000006F6502B7F2bbaC8C30A3f67E9a: 0 wei + 400000 gas × 164000000000 wei" | |
}, | |
"0x00000017494C2353DFcfC88d7668E0499aF1619B": { | |
"22874": "0x000000000000006F6502B7F2bbaC8C30A3f67E9a: 0 wei + 400000 gas × 178000000000 wei" | |
}, | |
"0x00000017bCc1Ac06Df3Cc77789c6074B425549AC": { | |
"5168": "0x000000000000006F6502B7F2bbaC8C30A3f67E9a: 0 wei + 400000 gas × 177000000000 wei" |
const WORDLIST = ["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse", | |
"access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act", | |
"action","actor","actress","actual","adapt","add","addict","address","adjust","admit", | |
"adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent", | |
"agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert", | |
"alien","all","alley","allow","almost","alone","alpha","already","also","alter", | |
"always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger", | |
"angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique", | |
"anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic", | |
"area","arena","argue","arm","armed","armor","army","around","arrange","arrest", |
Sign up to Heroku.
Then install the Heroku Toolbelt. It is a command line tool to manage your Heroku apps
After installing the Heroku Toolbelt, open a terminal and login to your account: