8000 GitHub - recursive-rat4/blacknet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

recursive-rat4/blacknet

Repository files navigation

Blacknet Full Node Wallet

Blacknet is a decentralized peer-to-peer network that secures a public zero-knowledge platform with the proof of stake consensus.

Setup the Environment

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

Get the Source Code

  • Release Tags
  • git clone https://gitlab.com/blacknet-ninja/blacknet.git

Make the Build

mvn package

The built program is in ./daemon/target/appassembler/

To run use ./blacknet-daemon, or on Windows use .\blacknet-daemon.bat

How to Contribute

You are welcome to report a theoretical or practical Issue, or send changes as a Pull Request to the master branch.

License

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.

About

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

0