Skip to content

Commit

Permalink
fix: subnet naming
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren committed Sep 16, 2024
1 parent b545244 commit a6bf4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ You can run you Precompile-EVM by using the Avalanche CLI.
First, create the configuration for your subnet.

```bash
avalanche subnet create myblockchain --custom --vm $AVALANCHEGO_PLUGIN_PATH/srEXiWaHuhNyGwPUi444Tu47ZEDwxTWrbQiuD7FmgSAQ6X7Dy --genesis ./.devcontainer/genesis-example.json
avalanche blockchain create myblockchain --custom --vm $AVALANCHEGO_PLUGIN_PATH/srEXiWaHuhNyGwPUi444Tu47ZEDwxTWrbQiuD7FmgSAQ6X7Dy --genesis ./.devcontainer/genesis-example.json
```

Next, launch the Subnet with your custom VM:

```bash
avalanche subnet deploy myblockchain
avalanche blockchain deploy myblockchain
```

### Test
Expand Down

0 comments on commit a6bf4b4

Please sign in to comment.