mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 22:20:22 -04:00
clean up and add web3
This commit is contained in:
parent
a0cfa09ec4
commit
fc8d690a51
29 changed files with 3043 additions and 31 deletions
49
web3_python_toolkit/.env.example
Normal file
49
web3_python_toolkit/.env.example
Normal file
|
@ -0,0 +1,49 @@
|
|||
##########
|
||||
# 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=
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue