Fetch Static app from a SkyID

To fetch and decrypt application data from an SkyID, run this code:

const decryptedFile = await skyBrowser.appManager.getDecryptedFile(nftId);

Last updated