@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
40 lines • 1.1 kB
JSON
{
"name": "@arcblock/universal-explorer",
"version": "1.6.4",
"description": "A simple block explorer that supports connecting to any forge powered chain",
"keywords": [
"blockchain",
"forge",
"developer",
"explorer"
],
"author": "wangshijun <shijun@arcblock.io> (http://github.com/wangshijun)",
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/forge-webapp.git"
},
"bugs": {
"url": "https://github.com/ArcBlock/forge-webapp/issues"
},
"blocklet": {
"main": "static",
"description": "a static dapp that supports connecting to any forge powered blockchain",
"title": "Universal Explorer",
"logo": "logo.png",
"group": "static",
"color": "primary",
"provider": "arcblock",
"documentation": "https://docs.arcblock.io",
"support": "support@arcblock.io",
"community": "https://gitter.im/ArcBlock/community",
"capabilities": {
"dynamicPathPrefix": false
},
"config_url": "",
"public_url": "/",
"admin_url": ""
},
"publishConfig": {
"access": "public"
}
}