ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

devnet start/stop/status #14

Closed mario4tier closed 11 months ago

mario4tier commented 1 year ago

Each workdir can run a sui-base background process for additional services.

"devnet status" should answer seperatly:

Example of services:

Services will be configurable in the "sui-base.yaml"

Note: That background process will be written in Rust. Will not be specific to devnet, but generalize to run one instance per workdir.

mario4tier commented 11 months ago

suibase-daemon and multi-link RPC now implemented. Their status are displayed seperatly. All workdir (network type) now have start/stop/status support.