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

42 lines (41 loc) 1.11 kB
{ "group": "dapp", "color": "primary", "main": "api/index.js", "provider": "devcon", "public_url": "/", "hooks": { "pre-start": "node api/hooks/pre-start.js", "pre-deploy": "npm run bundle" }, "hookFiles": ["api/hooks/pre-start.js"], "requiredEnvironments": [ { "name": "LOCAL_CHAIN_ID", "description": "ID of the chain game coin lives", "required": false, "default": "playground" }, { "name": "LOCAL_CHAIN_HOST", "description": "Host of the chain game coin lives", "required": false, "default": "https://playground.network.arcblockio.cn/api" }, { "name": "FOREIGN_CHAIN_ID", "description": "ID of the chain native token lives", "required": false, "default": "zinc-2019-05-17" }, { "name": "FOREIGN_CHAIN_HOST", "description": "Host of the chain native token lives", "required": false, "default": "https://zinc.abtnetwork.io/api" } ], "version": "0.1.0", "keywords": ["blockchain", "forge", "game"], "author": "wangshijun <wangshijun2010@gmail.com>" }