This repository provides a REPL
environment that enables easy testing of libplanet features.
dotnet 8.0
c# 12.0
git clone https://github.com/s2quake/libplanet-console.git
cd libplanet-console
dotnet publish
It's
publish
, not build.
Run 4 Node processes and 2 Client processes to control each of them.
.bin/libplanet-console
If platform is windows, run
.bin\libplanet-console.exe
.
Display the run options for libplanet-console.
.bin/libplanet-console --help
Specify a path to save the data.
.bin/libplanet-console --store-path .store
Specify a path to save the logs.
.bin/libplanet-console --log-path .log
Run one node and one client independently.
.bin/libplanet-node --end-point "127.0.0.1:4343"
.bin/libplanet-client --node-end-point "127.0.0.1:4343"