Chain Freezer
Usage:
eosc tools chain-freeze [flags]
Flags:
--chain-id string chain-id that will proxy
--exec-cmd string Command to execute on matching blocks
--on-actions string Execute each time the given actions are present in a block. Format: contract1:action1,contract2:action2,...
--on-block-modulo int Execute --exec-cmd each time 'block_num % module' is zero.
--peer1-p2p-address string First peer(the feed) to connect to (default "localhost:9876")
--peer2-p2p-address string Second peer(the destination) to connect to (default ":19876")