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

Update create-subnet walkthrough #1895

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,18 @@ The following sections walk through each question in the wizard.

### Choose Your VM[​](#choose-your-vm "Direct link to heading")

Select `SubnetEVM`.
Select `Subnet-EVM`.

### Choose Blockchain Configuration[​](#choose-blockchain-configuration "Direct link to heading")

Select the `defaults for a test environment` to reduce the number of settings to select from.

For advanced users, select `I don't want to use default values` to see the full list of configuration options.
The full list of options are not covered in this guide.

### Subnet-EVM Version[​](#subnet-evm-version "Direct link to heading")

Select `Use latest release version`.

### Enter Your Avalanche L1's ChainID[​](#enter-your-avalanche-l1s-chainid "Direct link to heading")

Expand Down Expand Up @@ -79,7 +90,7 @@ Precompiles are Avalanche's way of customizing the behavior of your Avalanche L1

### Wrapping up[​](#wrapping-up "Direct link to heading")

If all worked successfully, the command prints `Successfully created subnet configuration`.
If all worked successfully, the command prints `Successfully created blockchain configuration`.

You've successfully created your first Avalanche L1 configuration. Now it's time to deploy it.

Expand Down Expand Up @@ -216,4 +227,4 @@ FAQ[​](#faq "Direct link to heading")

**How is the Avalanche L1 ID (SubnetID) determined upon creation?**

The Avalanche L1 ID (SubnetID) is the hash of the transaction that created the Avalanche L1.
The Avalanche L1 ID (SubnetID) is the hash of the transaction that created the Avalanche L1.