Adds node address to the network node list.
`Command syntax:`
```actionscript
node add
-net <net_name>
[-port] <port>
[-host] <host>
[-addr] <node_addr>
```
`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
-port - name of the port (for example, `8079`) (optional)
-host - host name (for example, `70.34.252.242`) (optional)
-addr - node address (for example, `E0A6::4F46::5A58::53A0`) (optional)
```
Use parameters `port`, `host` and `name` when your node is `root` and `authorized` to add another nodes in the node list. Without optional parameters, request simply adds the node you are using to the node list.
### CLI Example
`Command:`
```actionscript
cellframe-node-cli node add
-net foobar
```
`Response:`
```actionscript
Node addr successfully added to node list
```
### JSON-RPC Example
![[JSON-RPC Request - NODE ADD]]