Sign inSign up

starcoin/sirius

By starcoin

Updated over 7 years ago

Image
0

625

starcoin/sirius repository overview

Sirius - a blockchain layer 2 protocol implementation

Welcome to the Sirius source code repository!

About

Sirius is a blockchain layer 2 protocol implementation, currently supported Ethereum. Project is under heavy development, not production ready.

Inspiration of the name "Sirius" comes from the brightest star in the night sky.

Features

TODO

Prerequisites
  1. Java(1.8)
  2. solc (npm install -g solc)
  3. Docker(for run and test)
Build

Go to project dir:

./gradlew build -x test
Test

Run unit tests

./gradlew unitTest

Run integration tests(need Docker environment)

./gradlew integrationTest

Getting Started

Instructions detailing the process of running and using the software can be found in Getting Started.

Tag summary

Content type

Image

Digest

Size

664.3 MB

Last updated

over 7 years ago

docker pull starcoin/sirius:buildv2