Ethereum network private peer. Based on EthereumJ implementation.
Smart contract trace sample:
https://www.youtube.com/watch?v=leaAMTgjvxg
-
Ethereum peer JSON-RPC 2.0 standard ;
-
Keeping private keys in filesystem keystore compatible with go-ethereum;
-
In Browser command line terminal;
-
Blockchain canonical tracing;
-
Monitoring peers connectivity;
-
Easy go Ethereum wallet;
-
Full trace of contract storage locally;
.
- Java 8 (64 bit)
.
git clone https://github.com/ether-camp/ethereum-harmony
cd ethereum-harmony
- Run Service:
gradlew runMain
( live network by default or any other environment )
Navigate to http://localhost:8080
JSON-RPC is available at http://localhost:8080/rpc
(*) Use gradlew runMain -Dserver.port=9999
option to change web interface port number.
.
Environment | Run | ... |
---|---|---|
Main | gradlew runMain |
Start server connecting to Main network |
Ropsten | gradlew runRopsten |
Start server connecting to Ropsten network |
Test | gradlew runTest |
Start server connecting to Test network |
Classic | gradlew runClassic |
Start server connecting to Ethereum Classic network |
Private | gradlew runPrivate |
Start server, no network connection, single miner running |
.
.
.
📜 ... License GPL 3.0