-
Notifications
You must be signed in to change notification settings - Fork 78
Update doco #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update doco #277
Conversation
src/universal/RELEASE
Outdated
|
|
||
| EC-270 personal_importRawKey allows the same key to be imported several times | ||
|
|
||
| EC-282 download gets stuck in a loop when downloading block headers from a single peer whichdoen't have those block headers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo comment, we should replace whichdoen't with which doesn't.
README.md
Outdated
| # etc-client | ||
| # mantis - Scala client for Ethereum Classic | ||
|
|
||
| *Mantis* is the name given to the new Ethereum Classic client produced by the Grothendieck Team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a link to IOHK team page? https://iohk.io/projects/ethereum-classic/
README.md
Outdated
| - bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, recommended for testing) | ||
| - JSON RPC API (useful for console and Mist integration) | ||
| - Morden testnet and private network | ||
| - `ethminer` miner integration (allows *mantis* to mine blocks with `ethminer`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As there are several ethminer repos, maybe adding the link might be cool. I've used this one https://github.com/Genoil/cpp-ethereum
| [](https://coveralls.io/github/input-output-hk/etc-client?branch=master) | ||
| For more details on configuration and functionality check out our [wiki](https://github.com/input-output-hk/etc-client/wiki) | ||
|
|
||
| ### Download the client and bootstrap files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a link to bootstrap files page?
| #### Prerequisites to build | ||
|
|
||
| **This version of the code supports almost all the functionality for a first release.** | ||
| - JDK 1.8 (download from [java.com](http://www.java.com)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe link should be pointing to https://www.java.com/en/download/
AlanVerbner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Update README, Add LICENSE, add RELEASE so that it appears in the root folder on install.