Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
emg110 committed Nov 15, 2024
1 parent 27eb2ca commit 510a827
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ARCs/arc-0079.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,12 @@ otherparam = qchar *qchar [ "=" *qchar ]

Note 1: If the fee is omitted , it means that Minimum Fee is preferred to be used for transaction.

Note 2: Recurring apps, assets and accounts, add those into transaction arrays (foreign apps, foreign assets, foreign accounts and boxes).

### Template URI vs actionable URI

If the URI is constructed so that other dApps, wallets or protocols could use it with their runtime Algorand entities of interest, then :

- The placeholder account/app address in URI **MUST** be ZeroAddress ("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ"). Since ZeroAddress cannot initiate any action this approach is considered non-vulnerable and secure.
- The placeholder app ID **MUST** 0. e.g. `&app=11111111&app=0`
- The placeholder asset ID **MUST** be 0. e.g. `&asset=11111111&asset=0`
- The placeholder box reference **MUST** be 0. e.g. `&box=nodes&box=0`


### Example

Expand Down

0 comments on commit 510a827

Please sign in to comment.