Plugin Module Development
Last updated
Guides for building a module for the Algebra Integral default plugin.
A module adds a new feature to the default plugin. Each module has an Implementation contract and a Connector, and can be composed into the assembled AlgebraUpgradeablePlugin.
Module Development - how to build an Implementation contract and a Connector from scratch
Last updated