Skip to content

Instantly share code, notes, and snippets.

import os
import sys
from web3 import Web3
from getpass import getpass
from eth_hash.auto import keccak
from eth_account import Account
def b2i(bstr):
num = 0
for index in range(len(bstr)):