Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
e.shevchenko committed Oct 17, 2018
2 parents 3ab4cdd + 2fbd9d7 commit a5ba466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ https://www.youtube.com/watch?v=leaAMTgjvxg
Navigate to web view `http://localhost:8080`
JSON-RPC is available at either `http://localhost:8545/rpc` or `http://localhost:8545`

In order to provide ability to disable unneeded features, any of app modules could be disabled: web, contracts, rpc. Check [configuration](https://github.com/ether-camp/ethereum-harmony/blob/develop/src/main/resources/user.conf) for more info.
In order to provide ability to disable unneeded features, any of app modules could be disabled: web, contracts, rpc. Check [configuration](https://github.com/ether-camp/ethereum-harmony/blob/develop/src/main/resources/harmony.conf#L7-L32) for more info.

Run RPC only: `gradlew runMain -PrpcOnly`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
compile "org.ethereum:solcJ-all:0.4.19" // Solidity Compiler win/mac/linux binaries

// don't forget to adjust {ethereumJ.version} in application.properties
compile ("org.ethereum:ethereumj-core:1.9.0-SNAPSHOT") {
compile ("org.ethereum:ethereumj-core:1.10.0-SNAPSHOT") {
changing = true

exclude group: "log4j"
Expand Down

0 comments on commit a5ba466

Please sign in to comment.