@arcblock/blocklet-registry
Version:
**Blocklets** are reusable building blocks to help developers and community users to build things on [ArcBlock](https://www.arcblock.io) platform. A blocklet serves one and only one purpose, reusability is the core design philosophy of blocklets. Reusabil
72 lines • 1.87 kB
JSON
{
"name": "@arcblock/did-kyc",
"version": "0.13.7",
"title": "DID KYC",
"description": "Verify once and use everywhere.",
"keywords": [
"arcblock",
"forge",
"starter",
"react",
"javascript"
],
"author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-react-starter"
},
"bugs": {
"url": "https://github.com/ArcBlock/forge-dapp-starters/issues",
"email": "shijun@arcblock.io"
},
"blocklet": {
"group": "dapp",
"color": "secondary",
"logo": "logo.png",
"main": "api/index.js",
"provider": "arcblock",
"admin_url": "",
"config_url": "",
"public_url": "/",
"hooks": {
"pre-start": "node api/libs/hooks/pre-start.js",
"pre-deploy": "npm run bundle"
},
"hookFiles": [
"api/libs/hooks/pre-start.js"
],
"capabilities": {
"dynamicPathPrefix": true
},
"requiredEnvironments": [
{
"name": "MAILGUN_SMTP_USER",
"description": "Please provide a mailgun smtp user name to start",
"required": true,
"default": ""
},
{
"name": "MAILGUN_SMTP_PASSWORD",
"description": "Please provide a mailgun smtp password to start",
"required": true,
"default": ""
},
{
"name": "APP_CHAIN_ID",
"description": "Please provide id of local chain id",
"required": true,
"default": "playground"
},
{
"name": "APP_CHAIN_HOST",
"description": "Please provide endpoint of local chain host",
"required": true,
"default": "https://playground.network.arcblockio.cn/api"
}
]
},
"publishConfig": {
"access": "public",
"directory": "_blocklet/"
}
}