Skip to content

Instantly share code, notes, and snippets.

import json
import web3
from web3 import Web3
from web3.contract import ConciseContract
from web3.middleware import geth_poa_middleware
contract_name = 'name_registry'