Skip to content

Provides Node, Client and Console REPL environment for libplanet.

Notifications You must be signed in to change notification settings

sircoon4/libplanet-console

 
 

Repository files navigation

Libplanet Console

This repository provides a REPL environment that enables easy testing of libplanet features.

Requirements

dotnet 8.0
c# 12.0

Clone

git clone https://github.com/s2quake/libplanet-console.git
cd libplanet-console

Build

dotnet publish

It's publish, not build.

Run Console

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.

Show Help

Display the run options for libplanet-console.

.bin/libplanet-console --help

Save data

Specify a path to save the data.

.bin/libplanet-console --store-path .store

Save logs

Specify a path to save the logs.

.bin/libplanet-console --log-path .log

One node and One Client

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"

About

Provides Node, Client and Console REPL environment for libplanet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%