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
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 and maintenance your blocklet
Reference Guides
Conceptual Guides
Frequently Asked Questions
Blocklet Service
ArcBlock
2023-08-30 03:27
· edited
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
Sticker