.derupt-ext-reg
Derupt developers can deploy extension, the .derupt-ext-reg is used to announce new extensions.
Last updated
Derupt developers can deploy extension, the .derupt-ext-reg is used to announce new extensions.
Last updated
Dev Warning:
deploy a single .derupt-ext
contract to integrate w/ a single 3rd party contract function.
users use your .derupt-ext
contract as an ext
argument in Derupt core operation calls.
all extension arguments are passed as extras
during core operation function calls.
(* extension can use internal variables that do not require being passed if so desired)
to pass user input as extras
during ExtensionModal
presentation, simply define the applicable argsFromUser
via your