🔺 Avalanche Subnets
Subnets
Subnets
Avalanche Mainnet is the final and production-ready version of the blockchain where users can interact with the network and transact with real world assets.
This tutorial walks you through the process of using Avalanche-CLI to create a Subnet, deploy it to a local network, and connect to it with Core wallet.
This tutorial demonstrates the process of creating a Subnet with a custom virtual machine and deploying it locally.
How to customize a Subnet by utilizing Genesis, Precompile, and Blockchain Configs.
This tutorial demonstrates the process of deploying a cross-chain bridge between two EVM chains. Build at your own risk.
This tutorial demonstrates how to deploy a permissioned Subnet on Fuji Testnet.
This tutorial demonstrates how to deploy a permissioned Subnet on Avalanche Mainnet.
This tutorial demonstrates the process of deploying a smart contract to an EVM-based Subnet.
This tutorial demonstrates how to deploy a permissioned Subnet on Avalanche Mainnet.
This tutorial demonstrates how to deploy a Subnet to production environment.
This reference describes the structural parameters of an Elastic (Permissionless) Subnet and illustrates the constraints they must satisfy.
Deploy a custom testnet faucet for your Subnet with features like multiple chain support, custom rate-limiting, CAPTCHA verification, and concurrent transaction handling.
To delete a created Subnet configuration, run `avalanche subnet delete <subnetName>`.
This how-to guide focuses on taking an already created Subnet configuration and deploying it to a local Avalanche network.
Gracefully pause and resume a local subnet while preserving state.
This how-to guide focuses on taking an already created permissioned Subnet and transforming it to an elastic (or permissionless) Subnet.
This how-to guide explains how to upgrade a deployed Subnet's Virtual Machine.
You can customize Subnet-EVM based Subnets after deployment by enabling and disabling precompiles.
If you need to send funds to your Subnet control key or need to move funds from one Ledger address index to another, this guide will demostrate how to enable direct transfers between ledger P-Chain addresses using the Avalanche-CLI command `avalanche key transfer`.
You can list the Subnets you've created with `avalanche subnet list`.
This tutorial will guide you through the process of doing various Subnet upgrades and changes including what to watch out for and suggested precautions.
Detailed instructions for running an Avalanche node that tracks a Subnet.
A reference for tips to resolve common issues while deploying Subnets on Avalanche.
The WAGMI ("We're All Going to Make It") Subnet is a high throughput testbed for EVM (Ethereum Virtual Machine) optimizations. It is parameterized to run at a factor more capacity than Fuji/Mainnet C-Chain and will is used to experiment with release candidates before included in an official Coreth release.
Planning a successful Subnet deployment starts by determining your application's needs.
In this article, we discuss often-overlooked differentiating characteristics of Subnets, with a primary focus on EVM-based applications, to help developers determine the best place to launch their application.