@stacks/storage
Store and fetch files with Gaia, the decentralized storage system.
Installation
Usage
Initiate a session
Users must authenticate to an app before the storage package will work to save or retrieve data on their behalf.
See also authentication guide using connect for web apps
The storage capabilities will work in cases userSession.isUserSignedIn()
returns true
Initiating a storage client
Note that you can also use an existing userSession
object created during the authentication process.
Put file
Store data at a different path
Put file with options
Get file
Get file with options
Get file for other user
Delete file
Delete the file and the corresponding signature file if signed
List file
List all files in the user's Gaia hub
Last updated on