Manage VM Binaries
Learn about Avalanche Plugin Manager (APM) and how to use it to manage virtual machines binaries on existing AvalancheGo instances.
Avalanche Plugin Manager (APM) is a command-line tool to manage virtual machines binaries on existing AvalancheGo instances. It enables to add/remove nodes to Avalanche L1s, upgrade the VM plugin binaries as new versions get released to the plugin repository.
GitHub: https://github.com/ava-labs/apm
avalanche-plugins-core
avalanche-plugins-core is plugin repository that ships with the apm. A plugin repository consists of a set of virtual machine and Avalanche L1 definitions that the apm consumes to allow users to quickly and easily download and manage VM binaries.
Is this guide helpful?
Simple VM in Any Language
Learn how to implement a simple virtual machine in any language.
Custom Precompiles
In this tutorial, we are going to walk through how we can generate a stateful precompile from scratch. Before we start, let's brush up on what a precompile is, what a stateful precompile is, and why this is extremely useful.