Aptos: Package Deploys

Package Registrations allow Deployers to change/deploy Modules (you can consider a module to be akin to an EVM contract).

About this Chart

  • A single registration is tied to one module, package registrations may change many things within a module.
  • A module may have many registration, especially if the functions are in development.
  • The number of deployers is the number of unique wallets that pushed a package registration.

If it helps, think of a package as an EVM contract, except where contracts are immutable, packages and modules are mutable.