You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@
14
14
15
15
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.
16
16
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/).
20
20
* If you’re interested in hacking on the Zilliqa code base, see the [Coding Guidelines](https://github.com/Zilliqa/Zilliqa/wiki/Coding-Guidelines).
21
21
22
22
> **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
48
48
49
49
The current release has the following features implemented:
In the coming months, we plan to have the following features:
73
73
@@ -78,7 +78,7 @@ In the coming months, we plan to have the following features:
78
78
79
79
## Minimum System Requirements
80
80
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.
82
82
83
83
## Build from Source Code
84
84
@@ -181,4 +181,3 @@ You can find scripts which will set up an Ubuntu 22.04 machine in the cloud (or
0 commit comments