mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-29 09:38:32 -04:00
💾
This commit is contained in:
parent
0696b08d04
commit
314bdf533e
94 changed files with 11 additions and 7 deletions
65
web3-toolkit/.env.example
Normal file
65
web3-toolkit/.env.example
Normal file
|
@ -0,0 +1,65 @@
|
|||
##########
|
||||
# general
|
||||
##########
|
||||
|
||||
##### options are: 'error' < 'info' < 'debug'
|
||||
LOG_LEVEL=info
|
||||
|
||||
PROVIDER_TYPE=
|
||||
PROVIDER_URL=
|
||||
BLOCK_NUMBER=
|
||||
|
||||
|
||||
######################
|
||||
# get_block_history.py
|
||||
######################
|
||||
|
||||
#### options are 'local_ipc', 'local_http', 'local_ws', 'ipc', 'ws', 'http'
|
||||
#### for locally run nodes, an IPC connection is the mosts secure option.
|
||||
|
||||
|
||||
PAIR_ADDRESSES=
|
||||
ABI_JSON_PATH=
|
||||
|
||||
|
||||
##############################
|
||||
# get_deep_block_data.py
|
||||
#############################
|
||||
|
||||
|
||||
|
||||
##############################
|
||||
# get_deep_tx_data.py
|
||||
#############################
|
||||
|
||||
TRANSACTION=
|
||||
|
||||
|
||||
##############################
|
||||
# get_contracts_deployed.py
|
||||
#############################
|
||||
|
||||
START_BLOCK=
|
||||
TX_FILE=
|
||||
|
||||
|
||||
##############################
|
||||
# decode_calldata.py
|
||||
#############################
|
||||
|
||||
|
||||
CONTRACT_ADDRESS=
|
||||
ABI=
|
||||
CALLDATA=
|
||||
|
||||
|
||||
############################################################
|
||||
# get_transfer_logs_and_wallets_balance_for_a_token.py
|
||||
###########################################################
|
||||
|
||||
RPC_PROVIDER_URL = https://mainnet.infura.io/v3/<your infura project id>
|
||||
CHUNK_SIZE = 100000
|
||||
NUM_ATTEMPTS = 3
|
||||
TRANSFER_EVENT_TOPIC_HASH = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
|
||||
TOKEN_ADDRESS =
|
||||
DECIMALS =
|
Loading…
Add table
Add a link
Reference in a new issue