0xWeb
  • 0xWeb
  • πŸ’»Installation
  • πŸ—ƒοΈBlockchains
  • πŸ“¦Package Manager
    • πŸ“‚Folder structure
    • πŸš€Dequanto dependency
    • πŸŽ†Installing contracts
    • πŸ”’Versioning
  • πŸ”Wallet
    • πŸ”‘Keys notice
    • πŸ™‚Accounts
  • πŸ’»CLI
    • Commands Overview
  • πŸ—„οΈGnosis Safe
    • πŸ™†β€β™‚οΈZero Trust Wallet
  • πŸš€Dequanto
    • ℹ️Info
    • πŸ•ΈοΈRPC Client Pool
    • πŸ—οΈTx Builder
    • πŸ“€Tx Writer
    • ⛓️Blockchain Explorers
    • πŸͺ™Token Services
    • πŸ—ƒοΈIndexer
    • ✨Utilities
  • ⛑️Hardhat
    • ℹ️Info
    • ⬇️Installation
    • 🧩Compile
    • πŸ’«Deploy
  • 0️Openzeppelin
    • Openzeppelin contracts
Powered by GitBook
On this page
  • i, install
  • init
  • c, contract
  • accounts
  • account
  • safe
  • token
  • tokens
  • transfer
  • tx
  • block
  • gas
  • config
  • reset
  • help
  1. CLI

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

e.g. 0xweb install --help

i, install

Download contracts ABI and generates the TS class for it.

init

Clone dequanto sources and configure aliases in tsconfig.

c, contract

Contract 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

accounts

Manage accounts.

  • add - Add existing account

  • remove - Remove account

  • list - List account names

  • new - Create new account

account

Account tools.

  • balance - Get account balance for ETH or any ERC20 token

safe

Multi-sig account tools.

  • add - Add existing safe

  • list - List safe account names

  • new - Deploy new safe

token

ERC20 Token tools.

  • price - Get a token price

tokens

Manage 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

transfer

Transfer ETH or ERC20

tx

Transaction utils.

  • view - Load transaction by hash

  • sign - Sign the transaction in a JSON file

  • send - Send the transaction from a JSON

block

Block utils

  • get - Get block info

gas

Print the current GAS price for a chain

config

View and edit dequanto web3 configuration

reset

Reset various things.

  • accounts - Remove all accounts

  • config - Reset all config modifications

help

Prints help overview.

PreviousAccountsNextZero Trust Wallet

Last updated 1 year ago

πŸ’»