Skip to content

Commit

Permalink
READMe.md:change project name into core-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
eyfl committed Feb 25, 2020
1 parent 4d4cf33 commit a4e3970
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 a4e3970

Please sign in to comment.