Auto-generated documentation.
A Swiss Army knife of blockchain tools.
Polycli is a collection of tools that are meant to be useful while building, testing, and running block chain applications.
--config string config file (default is $HOME/.polygon-cli.yaml)
-h, --help help for polycli
--pretty-logs Should logs be in pretty format or JSON (default true)
-t, --toggle Help message for toggle
-v, --verbosity int 0 - Silent
100 Fatal
200 Error
300 Warning
400 Info
500 Debug
600 Trace (default 400)
-
polycli abi - Parse an ABI and print the encoded signatures.
-
polycli dumpblocks - Export a range of blocks from a JSON-RPC endpoint.
-
polycli forge - Forge dumped blocks on top of a genesis file.
-
polycli fork - Take a forked block and walk up the chain to do analysis.
-
polycli hash - Provide common crypto hashing functions.
-
polycli loadtest - Run a generic load test against an Eth/EVM style JSON-RPC endpoint.
-
polycli metrics-to-dash - Create a dashboard from an Openmetrics / Prometheus response.
-
polycli mnemonic - Generate a BIP39 mnemonic seed.
-
polycli monitor - Monitor blocks using a JSON-RPC endpoint.
-
polycli nodekey - Generate node keys for different blockchain clients and protocols.
-
polycli p2p - Set of commands related to devp2p.
-
polycli parseethwallet - Extract the private key from an eth wallet.
-
polycli rpc - Wrapper for making RPC requests.
-
polycli rpcfuzz - Continually run a variety of RPC calls and fuzzers.
-
polycli version - Get the current version of this application
-
polycli wallet - Create or inspect BIP39(ish) wallets.