init
command will set up Kit’s application directory and create the configuration needed to operate a MakeOS node. These data directory of a node can be found in $HOME/.kit
:--v1
applies the network preset that configures your node for the Testnet (v1). Without the flag, your node will be configured for the Mainnet which is not live at the moment.--rpc.on
flag turns on RPC service allowing you to attach to the node.--node.addpeer
flag to add one or more peer addresses:kit start
, except it also runs the JavaScript console where you can write and execute JavaScript expressions.kit
command:--remote.address
flag:--rpc.user
and --rpc.password
to set RPC username and password.