πInstalling contracts
The TypeScript class are generated from ABI, which will be resolved from various sources.
Blockchain Explorer
By providing the contract address and the chain (default is Ethereum
). Proxy contracts will be automatically followed to the implementation contract, to resolve the implementation ABI
βTo prevent blockchain API request throttling, provide your keys in config file:
0xweb config --edit
ABI json
Specify a local ABI JSON file, for example that one generated by solidity compiler
Last updated