Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 4cfc2c1

Browse files
committed
(fix) closes #3815 - README links incorrect.
1 parent 908c49c commit 4cfc2c1

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
Zilliqa is a scalable smart contract platform that aims to tackle the congestion issue plaguing the blockchain industry. Zilliqa utilises a unique sharded architecture to achieve parallel processing of transactions while maintaining a large number of public nodes. Hence, Zilliqa is a blockchain capable of reaching high throughput and processing more complex computations while remaining decentralised and secure.
1616

17-
* If you’re interested in mining Zilliqa, see here: https://dev.zilliqa.com/docs/miners/mining-getting-started/.
18-
* If you’d like to use the interface with Zilliqa nodes to transfer ZIL and deploy/call smart contracts, see here: https://dev.zilliqa.com/docs/apis/api-introduction.
19-
* If you’re interested more about the core protocol, see the [developer portal](https://dev.zilliqa.com/docs/contributors/contribute-buildzil).
17+
* If you’re interested in mining Zilliqa, see here: https://dev.zilliqa.com/miners/mining/mining-getting-started/.
18+
* If you’d like to use the interface with Zilliqa nodes to transfer ZIL and deploy/call smart contracts, see here: https://dev.zilliqa.com/api/introduction/api-introduction/.
19+
* If you’re interested more about the core protocol, see the [developer portal](https://dev.zilliqa.com/contributors/contributors/contribute-buildzil/).
2020
* If you’re interested in hacking on the Zilliqa code base, see the [Coding Guidelines](https://github.com/Zilliqa/Zilliqa/wiki/Coding-Guidelines).
2121

2222
> **NOTE**: The `master` branch is not for production as development is currently being worked constantly, please use the `tag` releases if you wish to work on the version of Zilliqa client that is running live on the Zilliqa blockchain.
@@ -48,26 +48,26 @@ The Zilliqa Improvement Proposals (ZIPs) are the core protocol standards for the
4848

4949
The current release has the following features implemented:
5050

51-
* [Network sharding](https://dev.zilliqa.com/docs/basics/basics-zil-sharding#network-sharding)
52-
* [Transaction sharding](https://dev.zilliqa.com/docs/basics/basics-zil-sharding#transaction-sharding)
53-
* [Ethash Proof of Work (PoW) for joining the network](https://dev.zilliqa.com/docs/contributors/core-gossip)
54-
* [GPU (OpenCL and CUDA) for PoW](https://dev.zilliqa.com/docs/contributors/core-pow#gpu-mine)
55-
* [Block rewarding mechanism](https://dev.zilliqa.com/docs/basics/basics-zil-reward/)
56-
* [Gas pricer](https://dev.zilliqa.com/docs/contributors/core-global-gas-price)
57-
* [Coinbase rewards](https://dev.zilliqa.com/docs/contributors/core-coinbase)
51+
* [Network sharding](https://dev.zilliqa.com/basics/zilliqa-architecture/basics-zil-sharding/)
52+
* [Transaction sharding](https://dev.zilliqa.com/basics/zilliqa-architecture/basics-zil-sharding/#transaction-sharding)
53+
* [Ethash Proof of Work (PoW) for joining the network](https://dev.zilliqa.com/contributors/core-protocol-design/network-layer/core-gossip/)
54+
* [GPU (OpenCL and CUDA) for PoW](https://dev.zilliqa.com/contributors/core-protocol-design/mining/core-pow/#gpu-mine)
55+
* [Block rewarding mechanism](https://dev.zilliqa.com/basics/zilliqa-architecture/basics-zil-reward/)
56+
* [Gas pricer](https://dev.zilliqa.com/contributors/core-protocol-design/mining/core-gas-computation/)
57+
* [Coinbase rewards](https://dev.zilliqa.com/contributors/core-protocol-design/mining/core-coinbase/)
5858
* [EC-Schnorr signature](https://github.com/Zilliqa/schnorr)
59-
* [pBFT Consensus mechanism](https://dev.zilliqa.com/docs/contributors/core-consensus)
59+
* [pBFT Consensus mechanism](https://dev.zilliqa.com/contributors/core-protocol-design/consensus-layer/core-consensus/)
6060
* Data layer and accounts store
6161
* [Smart contract layer](https://scilla.readthedocs.io)
6262
* State delta forwarding
6363
* Lookup nodes and Seed nodes for receiving and dispatching transactions
6464
* Persistent storage for transactions and state
6565
* S3 storage retrieval from archival nodes.
66-
* [View change mechanism](https://dev.zilliqa.com/docs/contributors/core-view-change)
66+
* [View change mechanism](https://dev.zilliqa.com/contributors/core-protocol-design/mitigation-measures/core-view-change/)
6767
* Node recovery mechanism
6868
* Protocol upgrade mechanism
69-
* [Gossip protocol for network message broadcasting](https://dev.zilliqa.com/docs/contributors/core-gossip)
70-
* [Seed Node Staking](https://dev.zilliqa.com/docs/staking/staking-overview)
69+
* [Gossip protocol for network message broadcasting](https://dev.zilliqa.com/contributors/core-protocol-design/network-layer/core-gossip/)
70+
* [Seed Node Staking](https://dev.zilliqa.com/staking/zilliqa-seed-node-staking/overview/)
7171

7272
In the coming months, we plan to have the following features:
7373

@@ -78,7 +78,7 @@ In the coming months, we plan to have the following features:
7878

7979
## Minimum System Requirements
8080

81-
To run Zilliqa, we recommend the minimum system requirements specified in our [Mining](https://dev.zilliqa.com/docs/miners/mining-zilclient#hardware-requirements) page.
81+
To run Zilliqa, we recommend the minimum system requirements specified in our [Mining](https://dev.zilliqa.com/miners/mining/mining-zilclient/) page.
8282

8383
## Build from Source Code
8484

@@ -181,4 +181,3 @@ You can find scripts which will set up an Ubuntu 22.04 machine in the cloud (or
181181
| **Development discussion (discord)** | <a href="https://discord.gg/XMRE9tt" target="_blank"><img src="https://img.shields.io/discord/370992535725932544.svg" /></a> |
182182
| **Bug report** | <a href="https://github.com/Zilliqa/zilliqa/issues" target="_blank"><img src="https://img.shields.io/github/issues/Zilliqa/zilliqa.svg" /></a> |
183183
| **Security contact** | `security` :globe_with_meridians: `zilliqa.com` |
184-
| **Security bug bounty** | <a href="https://hackerone.com/zilliqa" target="_blank">HackerOne bug bounty</a> |

0 commit comments

Comments
 (0)