@aragonos:app
Resolve an app identifier to its proxy address within the connected DAO.
Returns: address
Syntax
Section titled “Syntax”@aragonos:app(appIdentifier)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
appIdentifier |
string |
App name, or dao:app for cross-DAO lookup |
Examples
Section titled “Examples”# Resolve app address within a DAOaragonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( set $agent @app(agent) print $agent)