Welcome
Getting Started
How to Guides
Application vs Blocklet
Create Blocklet
Compose Blocklets
Develop Blocklet
User and Passport
Communicate with DID Wallet
Blocklet Storage
Using Blocklet Preferences
Using Blocklet Logger
Add PWA Integration to Blocklet
Build blocklet for profit [deprecated]
Bundle your blocklet
Manage Blocklet Versions
Publish your blocklet to the world
Deploy your blocklet
Read/Write blockchain in blocklet
Operation your blocklet
Reference Guides
DID Connect
blocklet.yml
blocklet.js
Blocklet SDK (Node.js)
Blocklet SDK (Browser)
Blocklet Service
Blocklet CLI
Blocklet Server CLI
Blocklet UI
Blocklet GitHub Actions
Blocklet Studio
Blocklet Manager
Security
Performance
Developer Best Practices.
Known Issues or Limitations
Setup Blocklet Server
WebHooks
OAuth Server
Access Key
MCP Servers
Conceptual Guides
Frequently Asked Questions
Blocklet Service
Blocklet Service provides some out-of-the-box services for Blocklets.
After the blocklet is installed, it can be accessed through {blocklet domain}/{following path}
e.g. https://developer.blocklet.io/.well-known/service/health
Web page#
/.well-known/service/lost-passport
Retrieve the passport/.well-known/service/login
Access the login page/.well-known/service/admin
Access the management background/.well-known/service/blocklet/logo
Get the app logo/favicon.ico
Get the app favicon
API#
/.well-known/service/health
Returns 200 when the blocklet is running, 503 otherwise/.well-known/service/api/did/session
Get the current login user information