-
Notifications
You must be signed in to change notification settings - Fork 118
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
Use Avalanche-CLI in tutorial #1786
Conversation
- Setting up our VM binary generator | ||
- Installing our CLI | ||
|
||
Let's get started! | ||
|
||
## Script Setup | ||
### Avalanche-CLI Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link to AvalancheCLI's installation instructions and name it as a pre-requisite rather than copy-pasting them here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is interlude still an appropriate name for this section?
Since we no longer depend on the e2e test to setup a network, would the following order make sense:
- write action unit tests
- create and interact with a network via AvalancheCLI + HyperSDK universal CLI
- advanced section for integration/e2e tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
This PR updates the MorpheusVM tutorial to use the Avalanche-CLI instead of the
e2e
testing framework to spin up their VM.