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: HIPs/hedera-hashgraph.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ We propose the creation of the following projects and their repositories in GitH
137
137
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the JSON RPC Relay that today can be found at https://github.com/hashgraph/hedera-json-rpc-relay
138
138
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Local Node that today can be found at https://github.com/hashgraph/hedera-local-node
139
139
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Mirror Node that today can be found at https://github.com/hashgraph/hedera-mirror-node
140
-
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Services that today can be found at https://github.com/hashgraph/hedera-services
140
+
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Consensus Node that today can be found at https://github.com/hashgraph/hedera-services
141
141
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the JavaScript SDK that today can be found at https://github.com/hashgraph/hedera-sdk-js
142
142
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Swift SDK that today can be found at https://github.com/hashgraph/hedera-sdk-swift
143
143
-`https://github.com/PROJECT/SUBPROJECT` - This repository contains the Rust SDK that today can be found at https://github.com/hashgraph/hedera-sdk-rust
@@ -254,7 +254,8 @@ Here we propose to create new accounts and tokens in all needed registries to up
254
254
in new namespaces of `PROJECT`.
255
255
256
256
## Consensus Node
257
-
The Consensus Node project defines the software that is running on each node of a network.
257
+
The Consensus Node project (https://github.com/hashgraph/hedera-services) defines the software that is running on each
258
+
node of a network.
258
259
Today we do not have full open documentation about how a custom full network can be hosted and configured.
259
260
The Hedera Solo project (https://github.com/hashgraph/solo) provides a CLI based tooling to create a network with
260
261
the scope of temporal networks for testing but not with the scope of a long-running full network.
0 commit comments