Setup Node.js
Setup DID Wallet
Install Blocklet CLI
Create first blocklet
How to create a single blocklet?
Create blocklet composition
Customize your blocklet
Manage blocklet release
Add new template
Where to go from here?
Folder Structure
Composition folder structure
Available Scripts
Available Libraries
vite-plugin-blocklet
vite-plugin-wss-hmr
在创建后,你的项目应该像这样:my-blocklet/ README.md blocklet.yml blocklet.md logo.png package.json .blocklet .eslintrc.js .prettierrc .npmrc .editorconfig
9/8/2023
8/29/2023
通过 create-blocklet 工具创建出来的项目,会在 package.json 中配置好对应的 npm script来方便开发者使用。npm script 理论上可以使用 npm、yarn、pnpm 命令执行执行。dev开发模式下运行 Blocklet 项目(此命令需要开发环境中有安装 @
10/16/2023
1/8/2025