Commands Overview
Last updated
Here is the list of available commands. To get the detailed description and arguments of a command or a sub-command run
0xweb COMMAND --help, 0xweb COMMAND SUBCOMMAND --helpe.g. 0xweb install --help
i, installDownload contracts ABI and generates the TS class for it.
initClone dequanto sources and configure aliases in tsconfig.
c, contractContract actions
abi - List of the available READ and WRITE methods for the contract
read - READ contract. Parameters are resolved by CLI flags or will be prompted.
write - Send a Transaction. Parameters are resolved by cli flags or will be prompted.
logs - Load contract events
dump - Dump the storage of the contract
slot - Read the contract's single slot value
var - Read the contract's variable value
vars - Get the list of state variables and their values
accountsManage accounts.
add - Add existing account
remove - Remove account
list - List account names
new - Create new account
accountAccount tools.
balance - Get account balance for ETH or any ERC20 token
safeMulti-sig account tools.
add - Add existing safe
list - List safe account names
new - Deploy new safe
tokenERC20 Token tools.
price - Get a token price
tokensManage known tokens.
add - Add a new token to the known list.
find - Get a token by Symbol or Address, and print the info
for - Get ERC20 tokens and the balances for a specific EOA
transferTransfer ETH or ERC20
txTransaction utils.
view - Load transaction by hash
sign - Sign the transaction in a JSON file
send - Send the transaction from a JSON
blockBlock utils
get - Get block info
gasPrint the current GAS price for a chain
configView and edit dequanto web3 configuration
resetReset various things.
accounts - Remove all accounts
config - Reset all config modifications
helpPrints help overview.
Last updated