ethereumj-personal/ethereumj-studio
Chris Beams 9127c01890
Polish formatting
The sources affected by this commit have drifted in style since earlier
polishing commits such as f34d1f4 and a155518. The shared IDEA style
configuration file can help avoid this drift in the future. Simply run
Code->Reformat Code at the project level prior to committing. Note that
this code style configuration is not perfect, and not every change it
makes should be checked in. The ideal is to simply always write code that
conforms to the style conventions, but the automated settings are there
as a helping hand when necessary.

The churn caused by drifting style and the commits that fix it damage the
utility of git over time. Reviewing changes, analyzing history, surgically
reverting commits, and many other use cases with git simply do not work as
well when styles get mixed and fixed. Let's work toward a common style.
2015-01-20 12:20:09 +01:00
..
samples Strip trailing whitespace 2014-12-26 09:45:14 +01:00
src/main Polish formatting 2015-01-20 12:20:09 +01:00
README.md Support running ethereumj-studio as executable jar 2014-12-27 01:44:25 +01:00
build.gradle Restore JDK 8 source compatibility in ethereumj-studio 2014-12-30 20:09:20 +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