script Module

The script module of Solidbyte.

Functionality for running user scripts

solidbyte.script.get_availble_script_kwargs(network, account: str = None) → Dict[str, Any][source]

Get a dict of the kwargs available for user scripts

solidbyte.script.get_contracts(network: str, account: str = None) → attrdict.dictionary.AttrDict[source]

Get a list of web3 contract instances.

solidbyte.script.run_script(network: str, script: str, account: str = None) → bool[source]

Runs a user script

solidbyte.script.run_scripts(network: str, scripts: List[str], account: str = None) → bool[source]

Run multiple user scripts