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

36 lines 939 B
{ "name": "blockchain-boarding-gate", "version": "0.9.7", "title": "Blockchain Boarding Gate", "description": "A simple blocklet that helps you onboarding users to your blockchain", "keywords": [ "dapp", "forge" ], "author": "Jonathan Lu <awesome@jonathan.lu> https://github.com/jonathanlu813", "repository": { "type": "git", "url": "https://github.com/ArcBlock/abt-node/tree/master/blocklets/blockchain-boarding-gate" }, "blocklet": { "group": "dapp", "color": "primary", "main": "api/index.js", "logo": "logo.png", "provider": "arcblock", "support": "support@arcblock.io", "community": "https://community.arcblockio.cn", "config_url": "", "public_url": "/", "admin_url": "", "doc_url": "", "install-scripts": {}, "hooks": { "pre-deploy": "npm run bundle" }, "hookFiles": [] }, "publishConfig": { "directory": "_blocklet/" } }