Creates alias for the node.   `Command syntax:` ```actionscript node alias -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 - address of the node -alias - alternative node name ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli node alias -addr C003::2611::8D50::7A07 -alias personalnode -net mileena ``` `Response:` ```actionscript alias mapped successfully ``` ### JSON-RPC Example ![[JSON-RPC Request - NODE ALIAS]]