@@ -151,7 +151,7 @@ on GitHub consists of several projects. There are two types of projects:
151
151
152
152
- * Libplanet.Tools* : The CLI tools for Libplanet. This project is distributed
153
153
as a distinct NuGet package: * [ Libplanet.Tools] * . See its own
154
- [ README.md] ( Libplanet.Tools/README.md ) .
154
+ [ README.md] ( tools/ Libplanet.Tools/README.md) .
155
155
156
156
- * Libplanet.Explorer* : Libplanet Explorer, a web server that exposes
157
157
a Libplanet blockchain as a [ GraphQL] endpoint. There is the official
@@ -166,6 +166,16 @@ on GitHub consists of several projects. There are two types of projects:
166
166
- * Libplanet.Explorer.Executable* : (** DEPRECATED** ) Turns Libplanet Explorer
167
167
into a single executable binary so that it is easy to distribute.
168
168
169
+ - * Libplanet.Node* : Library used to build libplanet node easily.
170
+ This project is distributed as a distinct NuGet package: * [ Libplanet.Node] * .
171
+ See its own [ README.md] ( sdk/node/Libplanet.Node/README.md ) .
172
+
173
+ - * Libplanet.Node.Extensions* : Provides extensions methods for
174
+ * Libplanet.Node* .
175
+
176
+ - * Libplanet.Node.Executable* : Turns Libplanet Node into a single executable
177
+ binary so that it is easy to distribute.
178
+
169
179
- * Libplanet.Benchmarks* : Performance benchmarks.
170
180
See the [ * Benchmarks* ] ( #benchmarks ) section below.
171
181
@@ -199,6 +209,8 @@ on GitHub consists of several projects. There are two types of projects:
199
209
- * Libplanet.Extensions.Cocona.Tests* : Unit tests for the
200
210
* Libplanet.Extensions.Cocona* project.
201
211
212
+ - * Libplanet.Node.Tests* : Unit tests for the * Libplanet.Node* project.
213
+
202
214
203
215
[ NuGet package ] : https://www.nuget.org/packages/Libplanet/
204
216
[ Libplanet.Net ] : https://www.nuget.org/packages/Libplanet.Net/
@@ -211,6 +223,7 @@ on GitHub consists of several projects. There are two types of projects:
211
223
[ Libplanet.RocksDBStore ] : https://www.nuget.org/packages/Libplanet.RocksDBStore/
212
224
[ Libplanet.Analyzers ] : https://www.nuget.org/packages/Libplanet.Analyzers/
213
225
[ Cocona ] : https://www.nuget.org/packages/Cocona
226
+ [ Libplanet.Node ] : https://www.nuget.org/packages/Libplanet.Node
214
227
[ Libplanet.Extensions.Cocona ] : https://www.nuget.org/packages/Libplanet.Extensions.Cocona
215
228
[ Libplanet.Tools ] : https://www.nuget.org/packages/Libplanet.Tools/
216
229
[ GraphQL ] : https://graphql.org/
0 commit comments