Skip to content
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

Updated broken links to official docs #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading