Skip to content

machisuji/hello-radix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Radix

My radix playground. Currently the program just sends a message to the faucet.

Requirements

  • Java 8
  • Scala 2.12.6
  • SBT 1.1.4

Run

To run the program during development use:

sbt run

Build

You can build a fat jar with all dependencies (including Scala).

sbt assembly

You can then run the jar like this:

java -jar target/scala-2.12/hello-radix-0.1.jar

About

Radix DLT playground for learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages