Comment on page
Launch Script Node
Launch Private Net
$ cd $SCRIPT_HOME
$ cp -r ./integration/scriptnet ../scriptnet
$ mkdir ~/.scriptcli
$ chmod 700 ~/.scriptcli/
$
make installAnd 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.
Note – { Your binary directory path } denotes path where script and scriptcli binary exist or created while running after make install command.
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 modified 1yr ago