Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 629 Bytes

SC_EVM_CLI_Reference.md

File metadata and controls

36 lines (26 loc) · 629 Bytes

Sidechain EVM CLI Reference

Usage

./sc-evm-cli <subcommand> <arguments...>

Display subcommands and options:

./sc-evm-cli --help

Display help for a specific subcommand:

./sc-evm-cli <subcommand> --help

Commands

generate-signature

Description: Compute registration signature

sc-evm-cli generate-signature --genesis-hash <string> \
--sidechain-id <integer | string> \
--registration-utxo <string> \
--genesis-utxo <string> \
--threshold-numerator <integer> \
--threshold-denominator <integer> \
--spo-signing-key <string> \
--sidechain-signing-key <string>