@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
21 lines (20 loc) • 967 B
JSON
{
"description": "A dApp starter that integrates forge-javascript-sdk and create-react-app, brings tons of thousands react libraries/components to dApps that run on forge powered blockchain, go to dapp solution if you are an experienced react developer.",
"logo": "logo.svg",
"group": "starter",
"provider": "official",
"color": "primary",
"type": "starter",
"documentation": "https://docs.arcblock.io",
"support": "support@arcblock.io",
"community": "https://gitter.im/ArcBlock/community",
"templates": "templates",
"install-scripts": {
"install-dependencies": "git init && if [ ! -d ./templates/api ]; then git submodule add --force https://github.com/ArcBlock/forge-nodejs-server-demo.git ./templates/api; fi && git submodule update --remote ./templates/api/ && npm install"
},
"hooks": {
"post-copy": "git init && npm install",
"configure": "node scripts/configure.js",
"on-complete": "node scripts/on-complete.js"
}
}