You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the dApp workflow so that they never see their dApp ID, only their dApp alias #139
This means that knowing the dApp alias of a dApp and the chain it's operating on, searchers need to compute the respective dApp ID. @api3/contracts exports computeDappId() for that, and the logic of how that works is documented here (in case they don't want to use JS or something).
The searcher docs should be updated accordingly.
The text was updated successfully, but these errors were encountered:
I updated the dApp workflow so that they never see their dApp ID, only their dApp alias #139
This means that knowing the dApp alias of a dApp and the chain it's operating on, searchers need to compute the respective dApp ID.
@api3/contracts
exportscomputeDappId()
for that, and the logic of how that works is documented here (in case they don't want to use JS or something).The searcher docs should be updated accordingly.
The text was updated successfully, but these errors were encountered: