Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 constructor

Functions

constructor

Constructor sets the owner address, application name, and upgrade mode at deployment
constructor(address _ownerAddress, string memory _appName, bool upgradeMode)
    AppManager(_ownerAddress, _appName, upgradeMode);
Parameters
NameTypeDescription
_ownerAddressaddressAddress of deployer wallet
_appNamestringApplication Name String
upgradeModeboolspecifies whether this is a fresh AppManager or an upgrade replacement.