Xumm Developer Docs
v1.0
Developer Console
API Endpoints
Search
⌃
K
Links
Build on Xumm
Concepts
Getting started
🔐
Authorization & Credentials
Payloads (sign requests)
Special Transaction Types
Limitations
Implementation checklist
Environments
🌎
Browser ("Web3")
📱
xApps ("dApps")
📂
Backend (SDK / API)
🎛
Native Apps
🙇
Identity (OAuth2, OpenID)
JS/TS SDK
Xumm SDK (Intro)
Examples / User stories
📦
SDK (syntax)
Xumm.ping()
Xumm.on(event, fn)
Xumm.off(event, fn)
Xumm.helpers { … }
Xumm.user { … }
Xumm.environment { … }
Xumm.payload { … }
Xumm.xapp { … }
Xumm.userstore { … }
Xumm.backendstore { … }
Xumm.push { … }
Xumm.runtime { … }
Xumm.authorize()
Xumm.logout()
Powered By
GitBook
📦
SDK (syntax)
Developers can use the Xumm SDK to easily interact with the Xumm platform. This section contains the technical documentation for the Javascript/TypeScript API (objects, methods, arguments).
Here are the articles in this section:
Xumm.ping()
Xumm.on(event, fn)
Xumm.off(event, fn)
Xumm.helpers { … }
Xumm.user { … }
Xumm.environment { … }
Xumm.payload { … }
Xumm.xapp { … }
Xumm.userstore { … }
Xumm.backendstore { … }
Xumm.push { … }
Xumm.runtime { … }
Xumm.authorize()
Xumm.logout()
Previous
Simple Sign Request
Next
Xumm.ping()
Last modified
9d ago