Definition
Post a definition to create an autonomous agent.
Arguments
address
string
required Address of the definitiondefinition
array
required Definition of the autonomous agent
Returns
Returns the unit hash.
Example
The above example of an AA just sends the received money less 1000 bytes back to the sender.
Learn more
"Getting started guide": https://developer.obyte.org/autonomous-agents/getting-started-guide
"Oscript language reference": https://developer.obyte.org/autonomous-agents/oscript-language-reference
Last updated