Create an L1
Learn how to create an L1 in the Avalanche network by issuing transactions on the P-Chain and setting up the validators with docker.
In this section you will learn how to create an L1 in the Avalanche network. The following steps will be covered:
- Installing and connecting Core Wallet
- Claim AVAX on the C-Chain of the Fuji testnet from the Faucet
- Transfer the AVAX from the C-Chain to P-Chain of the Fuji testnet
- Create a Subnet by issuing a
CreateSubnetTx
on the P-Chain - Create the genesis file for an EVM chain and add it to your Subnet by issuing a
CreateChainTx
on the P-Chain - Start a node tracking this Subnet with Docker
- Convert the Subnet to an L1 and add your node as a validator by issuing a
ConvertSubnetToL1Tx
on the P-Chain - Query the P-Chain state and inspect your l1
Is this guide helpful?