Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 316 Bytes

PoW Cryptocurrency

Build

Gradle is a java building tool. To build, simply run

# for mac/linux/cygwin(?)
$ gradlew build
# for windows (haven't tried)
$ gradlew.bat build

To run,

$ gradlew run

OR expand zip file in build/distriputions/waffle.zip and run waffle or waffle.bat.