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
How to install local Blocklet as an application into the local Server?
问:如何将本地的 Blocklet 作为应用(而不是作为组件)直接安装到本地运行的 Server 中。
答:
1. 在浏览器中访问 Server - Blocklet 列表页,点击 “安装应用” - “从 URL 安装“
2. 将 blocklet 打包后,复制 blocklet bundle 目录中 release 目录中的 blocklet.json 文件的地址(通常在 {你的项目目录}/.blocklet/release/blocklet.json
),在 url 输入框中填写 file://{文件地址}
- 完成后续过程,使用 DID 钱包创建应用 did,继续,直到安装成功。