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 blockchain applications.
--config string config file (default is $HOME/.polygon-cli.yaml)
-h, --help help for polycli
--pretty-logs output logs in pretty format instead of JSON (default true)
-t, --toggle help message for toggle
-v, --verbosity string log level (string or int):
0 - silent
100 - panic
200 - fatal
300 - error
400 - warn
500 - info (default)
600 - debug
700 - trace (default "info")-
polycli abi - Provides encoding and decoding functionalities with contract signatures and ABI.
-
polycli cdk - Utilities for interacting with CDK networks.
-
polycli contract - Interact with smart contracts and fetch contract information from the blockchain.
-
polycli dbbench - Perform a level/pebble db benchmark.
-
polycli dockerlogger - Monitor and filter Docker container logs.
-
polycli dumpblocks - Export a range of blocks from a JSON-RPC endpoint.
-
polycli ecrecover - Recovers and returns the public key of the signature.
-
polycli enr - Convert between ENR and Enode format.
-
polycli fix-nonce-gap - Send txs to fix the nonce gap for a specific account.
-
polycli fold-trace - Trace an execution trace and fold it for visualization.
-
polycli fork - Take a forked block and walk up the chain to do analysis.
-
polycli fund - Bulk fund crypto wallets automatically.
-
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 monitorv2 - Monitor v2 command stub.
-
polycli nodekey - Generate node keys for different blockchain clients and protocols.
-
polycli p2p - Set of commands related to devp2p.
-
polycli parse-batch-l2-data - Convert batch l2 data into an ndjson stream.
-
polycli parseethwallet - Extract the private key from an eth wallet.
-
polycli publish - Publish transactions to the network with high-throughput.
-
polycli retest - Convert the standard ETH test fillers into something to be replayed against an RPC.
-
polycli rpcfuzz - Continually run a variety of RPC calls and fuzzers.
-
polycli signer - Utilities for security signing transactions.
-
polycli ulxly - Utilities for interacting with the uLxLy bridge.
-
polycli version - Get the current version of this application.
-
polycli wallet - Create or inspect BIP39(ish) wallets.
-
polycli wrap-contract - Wrap deployed bytecode into create bytecode.