Skip to content

Ultra-compact cryptocurrency engine for hacking around within just 4K lines of Scala code

Notifications You must be signed in to change notification settings

CharlesHoskinson/Scorex-Lagonaki

Repository files navigation

Scorex - Lagonaki Release

It's the buggy as hell pre-release version! So better wait until release!

Motivation

Features

Installation

  • 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

& run start.sh script!

Current Limitations

todo: current glitches / limitations list

API

todo: API description

About

Ultra-compact cryptocurrency engine for hacking around within just 4K lines of Scala code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 71.3%
  • Java 28.4%
  • Shell 0.3%