Blacknet is a decentralized peer-to-peer network that secures a public zero-knowledge platform with the proof of stake consensus.
Install the Java JDK (not only JRE) version 21th number or greater, the Apache Maven version 3rd number or greater.
- Debian & Ubuntu:
sudo apt-get install default-jdk maven
- Red Hat & Oracle:
sudo yum install java-21-openjdk maven
- SUSE:
sudo zypper install java-21-openjdk maven
- Arch:
sudo pacman -S --needed jdk-openjdk maven
- Gentoo:
sudo emerge -av1 --noreplace virtual/jdk dev-java/maven-bin
- FreeBSD:
sudo pkg install openjdk21 maven
- OpenBSD:
sudo pkg_add jdk maven
- Release Tags
git clone https://gitlab.com/blacknet-ninja/blacknet.git
mvn package
The built program is in ./daemon/target/appassembler/
To run use ./blacknet-daemon
, or on Windows use .\blacknet-daemon.bat
You are welcome to report a theoretical or practical Issue, or send changes as a Pull Request to the master branch.
This program is distributed under the terms of the Jelurida Public License version 1.1 for the Blacknet Public Blockchain Platform. See the LICENSE file.