Settings and scripts for deploying and installing nodes.
git clone https://github.com/octra-labs/node_configuration.git
cd node_configuration
chmod +x env.sh
./env.sh
ocamlfind ocamlopt -o config -thread -linkpkg -package yojson,cohttp-lwt-unix,unix,str,lwt_ppx config.ml
./config
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