Skip to main content
TinyCloudWeb wraps the Node SDK with browser-specific wallet, notification, and session handling.
This is a curated client overview. Use the TypeScript declarations shipped with @tinycloud/web-sdk for exhaustive parameter, service, return, and error types.

Constructor

Primary methods

Useful getters

  • did
  • sessionDid
  • spaceId
  • accountSpaceId
  • isSessionOnly
  • isWalletConnected
  • sessionRestoreStatus
  • kvPrefix
  • spaces
  • sharing
  • delegations

Notes

  • signIn() uses the browser signer and then creates the underlying TinyCloudNode.
  • persistSession is browser-side behavior only.
  • sessionExpirationMs is forwarded to the node layer; the node default is 7 days when it is omitted.
Verified against @tinycloud/web-sdk 2.7.0-beta.2.