This is one Testnet Waves implementation with Nxt consensus on top of Scorex framework. There might be several development forks at once.
Ubuntu Server
#####Install Oracle Java8 JDK:
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
and agree with license terms
#####Install SBT(Scala Build Tool):
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
apt-get update
apt-get install sbt
Download deb package from releases, install it, run waves waves-testnet.json
.
Compile code and run your node by typing sbt start
For now it is only possible to create deb package with (sudo) sbt debian:packageBin
command