Skip to content

octralabs/node_configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

node_configuration

Settings and scripts for deploying and installing nodes.

Step 1 Prepare environment:

git clone https://github.com/octra-labs/node_configuration.git
cd node_configuration
chmod +x env.sh
./env.sh

Step 2 Generate root hash (validators only):

⚠️⚠️ Accepting new validators currently is paused. Wait for announcement ⚠️⚠️

ocamlfind ocamlopt -o config -thread -linkpkg -package yojson,cohttp-lwt-unix,unix,str,lwt_ppx config.ml
./config

Step 3 Generate wallet address:

git clone https://github.com/octra-labs/wallet-gen.git
cd wallet-gen
eval $(opam env)
opam install . --deps-only --yes
dune build --profile release
dune exec ./bin/main.exe

About

Settings and scripts for deploying and installing nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 85.3%
  • Shell 14.7%