Use when scaffolding Hyperledger Fabric blockchain networks — CA → peers → orderers → channels → chaincode → Explorer → Caliper → API Node.js. Based on Pavan Adhav video "Custom Hyperledger Fabric Network Code Generator". Only for Hyperledger Fabric — not for other blockchains. Triggers: "hyperledger fabric generator", "fabric network scaffolding", "fabric CA peers orderers", "chaincode deployment", "fabric explorer caliper", "blockchain network generator".
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill hyperledger-fabric-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hyperledger Fabric Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-hyperledger-fabric-generator)More formats (shields.io, HTML) on the badges page.
---
name: hyperledger-fabric-generator
description: Use when scaffolding Hyperledger Fabric blockchain networks — CA → peers → orderers → channels → chaincode → Explorer → Caliper → API Node.js. Based on Pavan Adhav video "Custom Hyperledger Fabric Network Code Generator". Only for Hyperledger Fabric — not for other blockchains. Triggers: "hyperledger fabric generator", "fabric network scaffolding", "fabric CA peers orderers", "chaincode deployment", "fabric explorer caliper", "blockchain network generator".
metadata:
origin: ECC
module: framework-language
cost: medium
stability: beta
defaultInstall: false
---
# Skill: hyperledger-fabric-generator — Scaffolding Hyperledger Fabric Networks
Ferramenta web que gera boilerplate completo Hyperledger Fabric: CA, peers, orderers, canais, chaincode, Explorer, Caliper, API Node.js. Baseado no vídeo do Pavan Adhav "Custom Hyperledger Fabric Network Code Generator".
## Validação Oficial
| Claim | Status | Fonte |
|---|---|---|
| Hyperledger Fabric platform | ✅ | Context7 `/hyperledger/fabric` |
| Fabric CA (certificate authority) | ✅ | Context7 `/hyperledger/fabric` |
| Fabric chaincode (Go/Node.js) | ✅ | Context7 `/hyperledger-caliper/caliper` |
| Fabric Explorer (dashboard) | ✅ | GitHub `hyperledger/blockchain-explorer` |
| Fabric Caliper (benchmark) | ✅ | Context7 `/hyperledger-caliper/caliper` |
| Fabric Gateway SDK (Node.js) | ✅ | Context7 `/hyperledger/fabric` |
---
## Quando usar
- "Quero gerar rede Hyperledger Fabric completa"
- "Scaffolding: CA, peers, orderers, canais, chaincode"
- "Gerar boilerplate: artifacts, crypto-config, docker-compose"
- "Configurar Fabric Explorer + Caliper + API Node.js"
- "Deploy rede Fabric em VPS/Kubernetes"
## Quando NÃO usar
- Outras blockchains (Ethereum, Solana → skills especificas)
- Chaincode Go puro sem rede (use docs oficiais + `golang-patterns`)
---
## Pipeline (8 etapas)
```
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ 1. CA │───▶│ 2. PEERS │───▶│ 3. ORDERERS │───▶│ 4. CHANNELS │───▶│ 5. CHAINCODE│───▶│ 6. EXPLORER │───▶│ 7. CALIPER │───▶│ 8. API NODE │
│ Certificate │ │ Peer orgs │ │ Raft/Etcd │ │ Configtx │ │ Lifecycle │ │ Dashboard │ │ Benchmark │ │ Gateway SDK │
│ Authority │ │ MSP/Anchor │ │ Consensus │ │ Profiles │ │ Install/ │ │ Monitoring │ │ Performance │ │ REST API │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
```
---
## Etapas (resumo — detalhe em references/)
| Etapa | Reference |
|---|---|
| 1. CA — Certificate Authority | `references/fabric-ca.md` |
| 2. Peers — orgs, MSP, anchor | `references/fabric-peers.md` |
| 3. Orderers — Raft/Etcd | `references/fabric-orderers.md` |
| 4. Channels — configtx, artifacts | `references/fabric-channels.md` |
| 5. Chaincode — package/install/approve/commit | `references/fabric-chaincode.md` |
| 6. Explorer — dashboard | `references/fabric-explorer.md` |Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!