📄️ Local Test Network Creation
In this section, we will learn how to use the ash.avalanche Ansible collection to provision a local Avalanche test network on Multipass virtual machines.
📄️ Create a Fuji node on AWS
In this section, we will learn how to use the ash.avalanche Ansible collection to provision a Fuji Avalanche node on a AWS EC2 instance.
📄️ Node Upgrade
In this section, we will learn how to upgrade the AvalancheGo version on many nodes simultaneously with a single command.
📄️ Blockchain VM Management
In this section, we will learn how to use the Ansible Avalanche Collection to install or upgrade blockchain VMs on the nodes.
📄️ Subnet Creation
In this section, we will learn how to use the ash.avalanche.subnet role to create a Subnet with an EVM Subnet, and add validator nodes to the Subnet.
📄️ Load balancing with eRPC
eRPC is a fault-tolerant EVM RPC proxy with persistent caching, optimized for read-intensive workloads such as data indexing and high-traffic frontends. For more details, refer to the eRPC Documentation.
📄️ Subnet Blockchain Explorer
In this section, we will learn how to use the ash.avalanche.evm.blockscout role to deploy a Blockscout instance for an EVM blockchain.
📄️ Subnet Faucet
In this section, we will learn how to use the ash.avalanche.faucet role to deploy an Avalanche Faucet for an EVM blockchain.
📄️ Nodes Rolling Restart
In this section, we will learn how to restart Avalanche nodes sequentially (a.k.a. perform a "rolling restart") to avoid Subnet downtime.
📄️ Monitoring
In this section, we will learn how to use the ash.avalanche.installmonitoringstack playbook to deploy a monitoring stack for Avalanche nodes and Subnets.
📄️ Smart Contract Deployment
In this section, we will deploy a smart contract to launch the ASHToken ERC20 token on an EVM Subnet deployed using the ash.avalanche Ansible collection.
📄️ Graph Node
The Graph is a decentralized protocol designed for indexing and querying blockchain data, including Avalanche. It enables developers to efficiently access and organize blockchain data using a GraphQL API. A key component of this protocol is the Graph Node, which processes and indexes data from the blockchain based on predefined subgraph configurations. For detailed guidance on setting up and using a Graph Node, refer to the Graph Node Documentation.