+
BCOS Badge Generator
+
Generate badges for your Beacon Certified Open Source repositories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
// HOW IT WORKS
+
+ - Enter a GitHub repository URL or an existing BCOS certificate ID
+ - If using a repo URL, the system will verify it via /bcos/verify API
+ - Choose your preferred badge style (flat, flat-square, for-the-badge)
+ - Copy the Markdown or HTML code to embed in your README
+
+
+
+
// BADGE FORMATS
+
+ - flat - Clean, minimal badge with rounded corners
+ - flat-square - Square corners for a modern look
+ - for-the-badge - Large, bold badge with uppercase text
+
+
+
+
// API ENDPOINTS
+
+ - Badge SVG: GET /bcos/badge/{cert_id}.svg?style={style}
+ - Verify: GET /bcos/verify/{cert_id} or /bcos/verify?url={repo_url}
+
+
+