Probably will need to be implemented alongside the core to be able to dev-test it. It should be able to at least:
[x] Create a new node
[x] Load the node from selected config
[ ] Publish file
[ ] Download File
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.
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.