File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## A Scala based client for Ethereum Classic
10
10
11
- ### Milestone 1 - blockSync
11
+ ### Milestone 3 & 4 - JSON RPC and Miner Integration
12
12
13
- ** This version of the code only supports downloading the blockchain from remote peers .**
13
+ ** This version of the code supports almost all the functionality for a first release .**
14
14
15
15
For the curious ...
16
16
@@ -33,14 +33,14 @@ This creates a distribution zip. Unzip that file to create a folder structure st
33
33
```
34
34
35
35
The client attempts to contact the remote peers configured in the configuration file and begin a
36
- ` fast-sync ` download. The [ configuration file] ( https://github.com/input-output-hk/etc-client/blob/master/src/main/resources/reference .conf )
36
+ ` fast-sync ` download. The [ configuration file] ( https://github.com/input-output-hk/etc-client/blob/master/src/main/resources/application .conf )
37
37
settings can all be overriden in
38
38
39
- ` ./config/application .conf `
39
+ ` ./config/production .conf `
40
40
41
- The client has not been run on Windows.
41
+ The client has been run on Windows 8 and seems to work however it has not been extensively tested .
42
42
43
- The [ next milestone] ( https://iohk.io/projects/ethereum-classic/#roadmap ) involves executing the transactions with our new Ethereum Virtual Machine !
43
+ The [ next milestone] ( https://iohk.io/projects/ethereum-classic/#roadmap ) is our early Beta release! !
44
44
45
45
46
46
You can’t perform that action at this time.
0 commit comments