Js-sdk Functionalities in Website

Listing some of the functions in index.js using js-sdk methods .

chevron-rightinithashtag

Initialize the js-sdk. Utilizes js-sdk init method. Source Code: Linkarrow-up-right

chevron-rightcreateWallethashtag

Create Wallet. Utilizes js-sdk createWallet method. Source Code: Linkarrow-up-right

chevron-rightdownloadhashtag

Download File. Utilizes js-sdk download method. Source Code: Link arrow-up-right

chevron-rightsetWallethashtag

Set Wallet. Utilizes js-sdk setWallet method. Source Code: Linkarrow-up-right

chevron-rightdecodeAuthTickethashtag

Decode AuthTicket. Utilizes js-sdk decodeAuthTicket method. Source Code: Link arrow-up-right

chevron-rightlistSharedFileshashtag

List all the shared files. Utilizes js-sdk listSharedFilesarrow-up-right method.

More comprehensive list of js-sdk functions can be found here in SDK Reference.

Last updated