Commands Overview
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 --help
0xweb COMMAND --help, 0xweb COMMAND SUBCOMMAND --helpe.g. 0xweb install --help
i, install
i, installDownload contracts ABI and generates the TS class for it.
init
initClone dequanto sources and configure aliases in tsconfig.
c, contract
c, contractContract actions
abi- List of the available READ and WRITE methods for the contractread- 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 eventsdump- Dump the storage of the contractslot- Read the contract's single slot valuevar- Read the contract's variable valuevars- Get the list of state variables and their values
accounts
accountsManage accounts.
add- Add existing accountremove- Remove accountlist- List account namesnew- Create new account
account
accountAccount tools.
balance- Get account balance for ETH or any ERC20 token
safe
safeMulti-sig account tools.
add- Add existing safelist- List safe account namesnew- Deploy new safe
token
tokenERC20 Token tools.
price- Get a token price
tokens
tokensManage known tokens.
add- Add a new token to the known list.find- Get a token by Symbol or Address, and print the infofor- Get ERC20 tokens and the balances for a specific EOA
transfer
transferTransfer ETH or ERC20
tx
txTransaction utils.
view- Load transaction by hashsign- Sign the transaction in a JSON filesend- Send the transaction from a JSON
block
blockBlock utils
get- Get block info
gas
gasPrint the current GAS price for a chain
config
configView and edit dequanto web3 configuration
reset
resetReset various things.
accounts- Remove all accountsconfig- Reset all config modifications
help
helpPrints help overview.
Last updated