Skip to content

Commit 7de0602

Browse files
committed
Update README
1 parent 0babc47 commit 7de0602

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
## A Scala based client for Ethereum Classic
1010

11-
### Milestone 1 - blockSync
11+
### Milestone 3 & 4 - JSON RPC and Miner Integration
1212

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.**
1414

1515
For the curious ...
1616

@@ -33,14 +33,14 @@ This creates a distribution zip. Unzip that file to create a folder structure st
3333
```
3434

3535
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)
3737
settings can all be overriden in
3838

39-
`./config/application.conf`
39+
`./config/production.conf`
4040

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.
4242

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!!
4444

4545

4646

0 commit comments

Comments
 (0)