Skip to content

🫡 List of commands

coccoinomane edited this page Dec 19, 2022 · 7 revisions

This is the output of w3 --help:

  • w3 db Interact with the local database of web3cli
  • w3 key handle passwords and application keys
  • w3 config show, add or edit web3cli's setting values
  • w3 version Show the version of web3cli
  • w3 balance Get the balance of the given address in the blockchain coin (ETH, BNB, AVAX, etc)
  • w3 sign Sign the given message and show the signed message, as returned by web3.py
  • w3 send Send a coin or token to the given address and show the transaction hash```

To see what you can do with each command, run:

  • w3 <sub-command> --help
Clone this wiki locally