create_web3_config#

API documentation for tradeexecutor.cli.bootstrap.create_web3_config Python function.

create_web3_config(json_rpc_binance, json_rpc_polygon, json_rpc_avalanche, json_rpc_ethereum, json_rpc_arbitrum, json_rpc_anvil, gas_price_method=None, unit_testing=False)[source]#

Create Web3 connection to the live node we are executing against.

Return web3:

Connect to any passed JSON RPC URL

Parameters:
Return type:

Web3Config