Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated links to Core official docs
  • Loading branch information
RumeelHussain authored and charles2023wood committed Nov 22, 2024
1 parent de25d80 commit 6a41485
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
)](https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc)
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.com/invite/coredaoofficial)

More details in [White Paper](https://docs.coredao.org/).
More details in [White Paper](https://whitepaper.coredao.org/).

## Key features

Expand Down Expand Up @@ -66,7 +66,7 @@ on how you can run your own `geth` instance.

### Hardware Requirements

The hardware must meet certain requirements to run a full node. Please check [How to run a core fullnode](https://docs.coredao.org/developer/become-a-validator/validators/core-full-nodes).
The hardware must meet certain requirements to run a full node. Please check [How to run a core fullnode](https://docs.coredao.org/docs/Node/Full-Node/on-mainnet#hardware-specifications-for-full-nodes-on-core-mainnet).

```shell
$ geth console
Expand All @@ -93,7 +93,7 @@ Steps:
3. Start your fullnode: `./geth --config ./config.toml --datadir ./node`.
4. Or start a validator node: `./geth --config ./config.toml --datadir ./node -unlock ${validatorAddr} --mine --allow-insecure-unlock`. The ${validatorAddr} is the wallet account address of your running validator node.

More details about [running a node](https://docs.coredao.org/developer/become-a-validator/validators/core-full-nodes) and [becoming a validator](https://docs.coredao.org/developer/become-a-validator/validators/validator-registration).
More details about [running a node](https://docs.coredao.org/docs/Node/validator/running-validator) and [becoming a validator](https://docs.coredao.org/docs/Node/validator/validator-register).

*Note: Although there are some internal protective measures to prevent transactions from
crossing over between the main network and test network, you should make sure to always
Expand Down Expand Up @@ -192,4 +192,4 @@ also included in our repository in the `COPYING.LESSER` file.

The core 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.
included in our repository in the `COPYING` file.

0 comments on commit 6a41485

Please sign in to comment.