HyperBEAM Node
Clonne the repo.
git clone https://github.com/weavedb/weavedb.git
cd weavedb && git submodule update --init --recursive && npm installCreate .env.hyperbeam if environment variables are required to run rabar3.
.env.hyperbeam
CC=gcc-12
CXX=g++-12
CMAKE_POLICY_VERSION_MINIMUM=3.5
CWD=./HyperBEAMPut the HyperBEAM operator .wallet.json to ./HyperBEAM/wallet.json.
cp WALLET_PATH HyperBEAM/.wallet.jsonRun.
yarn hyperbeamNow, a HyperBEAM node with weavedb / weavedb-wal devices should be running at localhost:10001.
