1. Project Creation
caution
The Ash Console is currently in beta and not production-ready. It is under active development and subject to breaking changes.
The Avalanche node resource will be deployed into a cloud region of a project.
Create a project
- Using the Ash Console
- Using the Ash CLI
From the Ash Console homepage, click the Create a project button:
- Pick a name for your project, e.g.,
fuji-node-guide
. - Select the
Testnet (Fuji)
network. - (Optional) Configure the project to change default parameters like the AvalancheGo versions or installed VMs.
- Click on
Continue
to create the project.
tip
The Ash Console subcommands support both JSON and YAML.
Create a project on the testnet
network for this guide with the console project create
command:
Command
ash console project create '{name: fuji-node-guide, network: testnet}'
Output
Project created successfully!
+-----------------+-------------+---------+---------------+------------------+
| Project name | Project ID | Network | Cloud regions | Created at |
+=================+=============+=========+===============+==================+
| fuji-node-guide | 5a5a...6351 | Testnet | | 2023-12-21T11:07 |
+-----------------+-------------+---------+---------------+------------------+
Switched to project 'fuji-node-guide' (5a5a0bcf-ec93-4ddc-b6f4-1253e07f6351)!
note
See the reference for more information about projects lifecycle management.