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-consoledotnet publishIt's
publish, not build.
Run 4 Node processes and 2 Client processes to control each of them.
.bin/libplanet-consoleIf platform is windows, run
.bin\libplanet-console.exe.
Display the run options for libplanet-console.
.bin/libplanet-console --helpSpecify a path to save the data.
.bin/libplanet-console --store-path .storeSpecify a path to save the logs.
.bin/libplanet-console --log-path .logRun 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"