A complete blockchain implementation featuring: - synord: Full node with GHOSTDAG consensus - explorer-web: Modern React blockchain explorer with 3D DAG visualization - CLI wallet and tools - Smart contract SDK and example contracts (DEX, NFT, token) - WASM crypto library for browser/mobile
10 lines
509 B
XML
10 lines
509 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#38bdf8;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0284c7;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="6" fill="url(#grad)"/>
|
|
<text x="16" y="22" text-anchor="middle" font-family="system-ui, sans-serif" font-weight="bold" font-size="16" fill="white">S</text>
|
|
</svg>
|