UNPKG

@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

58 lines 1.51 kB
{ "name": "@arcblock/www-wallet", "version": "2.2.6", "description": "Start experiencing your digital world with ABT Wallet", "keywords": [], "author": "wangshijun <shijun@arcblock.io> (http://github.com/wangshijun)", "repository": { "type": "git", "url": "git+https://github.com/ArcBlock/www-wallet.git" }, "bugs": { "url": "https://github.com/ArcBlock/www-wallet/issues" }, "blocklet": { "group": "dapp", "title": "Wallet Demo", "color": "primary", "main": "api/index.js", "provider": "arcblock", "admin_url": "", "config_url": "", "public_url": "/en", "hooks": { "pre-start": "node api/hooks/pre-start.js", "pre-deploy": "npm run bundle" }, "hookFiles": [ "api/hooks/pre-start.js" ], "capabilities": { "dynamicPathPrefix": false }, "requiredEnvironments": [ { "name": "MONGO_URI", "description": "Please provide a valid MongoDB connection string to start", "required": true, "default": "" }, { "name": "CHAIN_ID", "description": "Please provide a valid chain id to start", "required": true, "default": "zinc-2019-05-17" }, { "name": "CHAIN_HOST", "description": "Please provide a valid chain host to start", "required": true, "default": "https://zinc.abtnetwork.io/api" } ] }, "publishConfig": { "access": "public", "directory": "_blocklet/" } }