diff --git a/docs/bcos/badge-generator.html b/docs/bcos/badge-generator.html new file mode 100644 index 000000000..3a3de66ee --- /dev/null +++ b/docs/bcos/badge-generator.html @@ -0,0 +1,229 @@ + + + + + + BCOS Badge Generator | RustChain + + + +
+
+
+ + + + rustchain@node1:~/bcos/badge-generator +
+
+

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}
  • +
+
+
+
+ +
+ + + \ No newline at end of file