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

Use Avalanche-CLI in tutorial #1786

Merged
merged 8 commits into from
Nov 26, 2024
Merged

Conversation

RodrigoVillar
Copy link
Contributor

@RodrigoVillar RodrigoVillar commented Nov 15, 2024

This PR updates the MorpheusVM tutorial to use the Avalanche-CLI instead of the e2e testing framework to spin up their VM.

@RodrigoVillar RodrigoVillar self-assigned this Nov 15, 2024
@RodrigoVillar RodrigoVillar added the DO NOT MERGE This PR is not meant to be merged in its current state label Nov 15, 2024
@RodrigoVillar RodrigoVillar removed the DO NOT MERGE This PR is not meant to be merged in its current state label Nov 25, 2024
@RodrigoVillar RodrigoVillar marked this pull request as ready for review November 25, 2024 18:23
- Setting up our VM binary generator
- Installing our CLI

Let's get started!

## Script Setup
### Avalanche-CLI Installation
Copy link
Collaborator

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?

Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@aaronbuchwald aaronbuchwald merged commit 68d19b1 into main Nov 26, 2024
17 checks passed
@aaronbuchwald aaronbuchwald deleted the use-avalanchecli-in-tutorial branch November 26, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to using Avalanche-CLI instead of ./scripts/run.sh in tutorial
2 participants