You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the building of the new SDK (#1), we want to create a PoC with a subset of features (spawning only) to collect feedback from the internal teams.
The Plan
The subset of features we want to achieve in this Poc:
Configuration Crate #24 : Responsible for creating the configuration (./crates/configuration)
Orchestrator Crate #26: Responsible for bringing the state of the running network to the expected configuration and managing it in real-time (./crates/orchestrator)
The Vision
As part of the building of the new SDK (#1), we want to create a
PoC
with a subset of features (spawning only) to collect feedback from the internal teams.The Plan
The subset of features we want to achieve in this
Poc
:./crates/configuration
)./crates/orchestrator
)./crates/providers/native
- features = "native") #37 (provide basic functionality for spawn a network)examples
from https://github.com/paritytech/zombienet/tree/main/examplesTasks
./crates/providers/native
- features = "native") #37The text was updated successfully, but these errors were encountered: