Js-sdk Functionalities in Website
Listing some of the functions in index.js using js-sdk methods .
Last updated
Listing some of the functions in index.js using js-sdk methods .
Create Wallet. Utilizes js-sdk createWallet method. Source Code: Link
Decode AuthTicket. Utilizes js-sdk decodeAuthTicket method. Source Code: Link
List all the shared files. Utilizes js-sdk listSharedFiles method.
More comprehensive list of js-sdk functions can be found here in SDK Reference.
Last updated