ethereumj-personal/ethereumj-studio
Chris Beams 75443aaa13
Support running ethereumj-studio as executable jar
See updated ethereumj-studio/README.md for details. Note that this
commit removes the `build-post-package.xml` ant file (for now) to
simplify the Gradle arrangement. This functionality can be re-introduced
later and more simply using Gradle's native DSL. In the meantime, both
the -core and -studio projects can be run using `gradle run` or run as
executable jars by running `gradle shadowJar` followed by the usual
`java -jar` execution of the resulting `-all` jar file found in each
project's respective `build/libs` directory.
2014-12-27 01:44:25 +01:00
..
samples Strip trailing whitespace 2014-12-26 09:45:14 +01:00
src/main Compensate for removal of gas price methods in poc-7 2014-12-26 23:45:06 +01:00
README.md Support running ethereumj-studio as executable jar 2014-12-27 01:44:25 +01:00
build.gradle Support running ethereumj-studio as executable jar 2014-12-27 01:44:25 +01:00
track-untrack-local.bat Strip trailing whitespace 2014-12-26 09:45:14 +01:00

README.md

ethereum-studio

To run the ethereumj-studio GUI:

  • run ../gradlew run, or
  • run ../gradlew shadowJar, followed by java -jar build/libs/ethereumj-studio-*-all.jar

See ethereumj-studio in action here:

ScreenShot