Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building block Network #2

Closed
wirednkod opened this issue Apr 25, 2023 · 1 comment
Closed

Building block Network #2

wirednkod opened this issue Apr 25, 2023 · 1 comment
Labels

Comments

@wirednkod
Copy link
Contributor

wirednkod commented Apr 25, 2023

Network high-level specs:

  • We should allow to use a builder pattern to construct the network and the build method should create all the needed configuration to spawn the network.

  • spawn method should check that all the needed artifacts are ready, and if not we should build internally.

  • info method should return all the running config info (endpoints/chain-spec paths/ log paths/etc)

  • destroy method should tear-down all the network and clean-up all the resources. (we want to allow to save the logs/database for a later analysis)

  • rebuild should allow to rebuild the network instance from the same json we get from info.

@wirednkod
Copy link
Contributor Author

Will be replaced with new structure as per architecture diagram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant