Launch Script Node
Launch Private Net
Open a terminal to launch the private net. For the first time, follow the setup steps below.
$ cd $SCRIPT_HOME
$ cp -r ./integration/scriptnet ../scriptnet
$ mkdir ~/.scriptcli
$ chmod 700 ~/.scriptcli/
$
make install
And then, use the following command to launch a scriptnet . For this you can use tmux or any other tools to run your node service in the background.
/usr/local/go/bin/script start --config=../scriptnet/node
When the prompt asks for a password, enter your required password here.
And then after run the following command to launch rpc of the node in another session.
/{ Your binary directory path }/scriptcli daemon start --port=16889
Last updated
Was this helpful?