Git Source Inherits: AppManager Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett This is an example implementation that App Devs can use. During deployment _ownerAddress = First Application Administrators set in constructorDocumentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Functions
constructor
Constructor sets the owner address, application name, and upgrade mode at deployment| Name | Type | Description |
|---|---|---|
_ownerAddress | address | Address of deployer wallet |
_appName | string | Application Name String |
upgradeMode | bool | specifies whether this is a fresh AppManager or an upgrade replacement. |