Liberum-Neto / liberum-neto

2 stars 0 forks source link

Create a CLI to interact with the core #3

Closed philipandag closed 3 weeks ago

philipandag commented 1 month ago

Probably will need to be implemented alongside the core to be able to dev-test it. It should be able to at least:

For now the CLI can call the core directly. In the future we would want the core to run independently as a background process and be able to interact with it using the CLI. Killing the CLI should not interrupt the core process.

philipandag commented 4 weeks ago

The core can be run as a daemon and CLI will work with it. Only "new-node" and "start-node" commands are added for now to serve as a minimal base.