bitsofproof / supernode

BOP Bitcoin Server API - superseded versions
http://bitsofproof.com
Apache License 2.0
126 stars 61 forks source link

Restore executables #7

Closed bartfaitamas closed 11 years ago

bartfaitamas commented 11 years ago

The maven produced artifact is an executable jar. You can call it like this:

java -jar target/supernode-0.0.1-SNAPSHOT.jar help

I created a new main class as a single entry point for the CLI interface. Reorganized the spring configs a bit using profiles.

Feel free to comment and critize :)