Checks possibility of establishing connection between your node and the other one.   `Command syntax:` ```actionscript node handshake -net <net_name> {-addr <node_address> | -alias <node_alias>} ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list { -addr | -alias } - address of the node | alias of the node ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli node handshake -net mileena -addr CCCC::0000::0000::0000 ``` `Response:` ```actionscript "Connection established" ``` ### JSON-RPC Example ![[JSON-RPC Request - NODE HANDSHAKE]]