From a4e397008f1ad4f3410d49671faa7110ef03b6fa Mon Sep 17 00:00:00 2001 From: chunfu Date: Tue, 25 Feb 2020 15:15:27 +0800 Subject: [PATCH] READMe.md:change project name into core-geth --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1a1373f130de9..0e9e93b3e22c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874 [![Gitter](https://badges.gitter.im/multi-geth/community.svg)](https://gitter.im/multi-geth/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/) -Binary archives are published at https://github.com/etclabscore/multi-geth/releases. +Binary archives are published at https://github.com/etclabscore/core-geth/releases. Upstream development from [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) is merged to this repository regularly, usually at every upstream tagged release. Every effort is made to maintain seamless compatibility with upstream source, including compatible RPC, JS, and CLI @@ -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: | | @@ -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 @@ -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: @@ -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}' { @@ -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 @@ -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.