Skip to content

Commit

Permalink
Merge pull request #1 from chunfuyang/feat/update-readme
Browse files Browse the repository at this point in the history
READMe.md:change project name into core-geth
  • Loading branch information
eyfl committed Feb 25, 2020
2 parents 63f5944 + a4e3970 commit d413537
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Upstream development from [ethereum/go-ethereum](https://github.com/ethereum/go-

Networks supported by the respective go-ethereum packaged `geth` client.

| Ticker | Network/Client | multi-geth | [etclabscore/go-ethereum](https://github.com/etclabscore/go-ethereum) | [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) |
| Ticker | Network/Client | core-geth | [etclabscore/go-ethereum(Obsoleted)](https://github.com/etclabscore/core-geth) | [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) |
| --- | --- | --- | --- | --- |
| ETH | Ethereum (Foundation) | :heavy_check_mark: | | :heavy_check_mark: |
| ETC | Ethereum Classic | :heavy_check_mark: | :heavy_check_mark: | |
Expand Down Expand Up @@ -52,7 +52,7 @@ Ellaism users are asked to switch to

## Managing versions

`multi-geth` is a fork of [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), but build dependencies have been upgraded to use [Go modules](https://github.com/golang/go/wiki/Modules).
`core-geth` is a fork of [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), but build dependencies have been upgraded to use [Go modules](https://github.com/golang/go/wiki/Modules).
You can clone it anywhere in your filesystem (either inside or outside of `$GOPATH`).

## Building the source
Expand Down Expand Up @@ -104,7 +104,7 @@ particular use-case the user doesn't care about years-old historical data, so we
fast-sync quickly to the current state of the network. To do so:

```
$ geth [|--classic|--social|--ethersocial|--mix|--music|--testnet|--rinkeby|--kotti|--goerli] console
$ geth [|--classic|--social|--ethersocial|--mix|--music|--testnet|--rinkeby|--kotti|--goerli|--mordor] console
```

This command will:
Expand Down Expand Up @@ -247,7 +247,7 @@ APIs!**

### OpenRPC Discovery

MultiGeth supports [OpenRPC's Service Discovery method](https://spec.open-rpc.org/#service-discovery-method), enabling efficient and well-spec'd JSON RPC interfacing and tooling. This method follows the established JSON RPC patterns, and is accessible via HTTP, WebSocket, IPC, and console servers. To use this method:
CoreGeth supports [OpenRPC's Service Discovery method](https://spec.open-rpc.org/#service-discovery-method), enabling efficient and well-spec'd JSON RPC interfacing and tooling. This method follows the established JSON RPC patterns, and is accessible via HTTP, WebSocket, IPC, and console servers. To use this method:
```shell
$ curl -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","method":"rpc.discover","params":[],"id":1}'
{
Expand Down Expand Up @@ -402,7 +402,7 @@ transactions are accepted at (`--gasprice`).
Thank you for considering to help out with the source code! We welcome contributions
from anyone on the internet, and are grateful for even the smallest of fixes!
If you'd like to contribute to go-ethereum, please fork, fix, commit and send a pull request
If you'd like to contribute to core-geth, please fork, fix, commit and send a pull request
for the maintainers to review and merge into the main code base. If you wish to submit
more complex changes though, please check up with the core devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum)
to ensure those changes are in line with the general philosophy of the project and/or get
Expand All @@ -425,11 +425,11 @@ testing procedures.
## License
The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
The core-geth library (i.e. all code outside of the `cmd` directory) is licensed under the
[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html),
also included in our repository in the `COPYING.LESSER` file.
The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the
The core-geth binaries (i.e. all code inside of the `cmd` directory) is licensed under the
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also
included in our repository in the `COPYING` file.

0 comments on commit d413537

Please sign in to comment.