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
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,14 @@ For prerequisites and detailed build instructions
25
25
please read the [Installation](https://docs.hetu.org/protocol/hetu-cli) instructions.
26
26
Once the dependencies are installed, run:
27
27
28
-
29
28
make install
30
29
31
30
Or check out the latest [release](https://github.com/hetu-project/hetu/releases).
32
31
33
-
## Quick Start
34
-
35
-
To learn how the Hetu works from a high-level perspective,
36
-
go to the [Protocol Overview](https://docs.hetu.org/protocol) section from the documentation.
37
-
You can also check the instructions to [Run a Node](https://docs.hetu.org/protocol/hetu-cli#run-a-hetu-node).
38
-
39
32
## Deployment
40
33
34
+
**Important: Before deploying, ensure that the Narwhal mempool is deployed. See [hetu-parallel-engine/hetu-consensus](https://github.com/hetu-project/hetu-parallel-engine/tree/main/hetu-consensus) for details.**
35
+
41
36
### Local Deployment
42
37
43
38
To deploy locally, use the `local_node.sh` script. This script will set up a local environment for running the Hetu Chain node.
0 commit comments