Install from Source (all platforms)
- Install Java 8+
- Windows: Java 64 BIT
- Linux OpenJDK 8+
apt-get install openjdk-8-jdk
- Install Bazel
- Download source code:
- Inside source directory run
bazel build :all
- Run the Node
bazel-bin/SnowBlossomNode node.conf
- Allow the the node to download the blockchain and sync
- Run the Client
bazel-bin/SnowBlossomClient client.conf
- (optional) Build Stand Alone Jar Files
bazel build \
:SnowBlossomMiner_deploy.jar \
:SnowBlossomNode_deploy.jar \
:SnowBlossomClient_deploy.jar \
:Shackleton_deploy.jar
Testing
bazel test :all