Full node / validator modeDeploying the application
The minimum number of processor
cores is 4.
- Download node.js and npm: Visit
the official Node website at
https://nodejs.org/ and download
the LTS version for your operating
system.
- Create a new folder for your
project.
- Download all project files from
https://github.com/
BlueOceanblockchain.
- To deploy the modules, enter in
the terminal: npm install
for a 12-word seed phrase, enter in
the terminal:
node gen-seed12.js
for a 24-word seed phrase, enter in
the terminal:
node gen-seed24.js
- Keep the seed phrase in a safe
place.
- To launch the app, enter in the
terminal, if you use PowerShell:
$env:PHRASE="seed phrase"; $env:PEERS="45.134.218.90";
node app
http://your ip:5525
or:
http://localhost:5525
For this websocket connection, port
5525 is used. This port should be
free. If you connect your computer
to the Internet using a router via
Wi-Fi, then you need to specify the
port number 5525 in the router, as
well as specify the local IP of your
computer with the port number of
your computer.
The description of the main
transactions is given above.