Skip to content

TUNA Blockchain Node (client) implementation on Scala

License

Notifications You must be signed in to change notification settings

tunacoinnet/tuna

 
 

Repository files navigation

TUNACOIN Node

🚀️ Getting started

A quick introduction of the minimal setup you need to get a running node.

Prerequisites:

Linux systems:

sudo apt-get update
sudo apt-get install openjdk-11-jre
java -jar node/target/tuna-all*.jar path/to/config/tuna-{network}.conf

Mac systems (assuming already installed homebrew):

brew cask install adoptopenjdk/openjdk/adoptopenjdk11
java -jar node/target/tuna-all*.jar path/to/config/tuna-{network}.conf

Windows systems (assuming already installed OpenJDK 11):

java -jar node/target/tuna-all*.jar path/to/config/tuna-{network}.conf

About

TUNA Blockchain Node (client) implementation on Scala

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.9%
  • Other 0.1%