{"id":32791793,"url":"https://github.com/zkshinedev/ui","last_synced_at":"2026-05-07T19:07:50.922Z","repository":{"id":321765511,"uuid":"1087071768","full_name":"zkshinedev/ui","owner":"zkshinedev","description":"zkShine DApp Interface — Web3 dashboard for privacy transactions, VPN routing, and node control on Solana.","archived":false,"fork":false,"pushed_at":"2025-10-31T10:40:03.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T12:20:05.184Z","etag":null,"topics":["nextjs","node","nodejs","tailwind","zk-snarks","zk-stark"],"latest_commit_sha":null,"homepage":"https://www.zkshine.xyz","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkshinedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-31T10:34:22.000Z","updated_at":"2025-10-31T10:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zkshinedev/ui","commit_stats":null,"previous_names":["zkshinedev/ui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zkshinedev/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkshinedev%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkshinedev%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkshinedev%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkshinedev%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkshinedev","download_url":"https://codeload.github.com/zkshinedev/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkshinedev%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32751880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","node","nodejs","tailwind","zk-snarks","zk-stark"],"created_at":"2025-11-05T14:01:16.969Z","updated_at":"2026-05-07T19:07:50.917Z","avatar_url":"https://github.com/zkshinedev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# zkShine DApp Interface\n\n![Solana](https://img.shields.io/badge/Built_for-Solana-14F195?logo=solana\u0026logoColor=white)\n![UI](https://img.shields.io/badge/Frontend-Next.js_React-blue)\n![License](https://img.shields.io/badge/License-MIT-green)\n![Status](https://img.shields.io/badge/Version-0.3.0--alpha-yellow)\n\n\u003e **zkShine UI** is the decentralized application (DApp) interface for zkShine — providing a unified dashboard for privacy transactions, zk compute, VPN routing, and node management on **Solana**.\n\n---\n\n## 🧠 Overview\n\nzkShine UI connects directly to Solana wallets and zkShine nodes, offering end-users and operators a **privacy-first Web3 experience**.\n\n```console\nWallet → zkShine DApp → Privacy Relayer → zkCompute Node → Solana Blockchain\n\nCore Features\nFeature\tDescription\n💸 Private Transactions\tSend \u0026 receive SOL or SPL tokens through zkShine relay.\n🧠 ZK Compute Dashboard\tVisual interface for confidential proof generation.\n🌐 Web3 VPN Gateway\tActivate on-chain VPN sessions for private RPC and browsing.\n🔒 Confidential Vault\tManage encrypted files, credentials, and zkKYC proofs.\n🛰️ Node Operator Console\tMonitor uptime, relay count, and compute load of zkShine Nodes.\n🧱 Solana Native Integration\tSeamless Phantom, Backpack, and Solflare wallet support.\n\n⚙️ Tech Stack\n- Next.js 14 (App Router)\n- React + TailwindCSS\n- Solana Wallet Adapter\n- TypeScript\n- Framer Motion (UI animations)\n- Recharts (data visualization)\n\nInstallation\nPrerequisites\nNode.js \u003e= 18\nYarn or npm\n\nClone and Run\ngit clone https://github.com/zkshinedev/ui.git\ncd ui\nyarn install\nyarn dev\n\n\nThen open:\n👉 http://localhost:3000\n\nDirectory Structure\n/app\n  /dashboard\n  /wallet\n  /vpn\n  /relay\n  /vault\n  /node\n/components\n  /ui\n  /charts\n  /modals\n/lib\n  /solana\n  /zkshine\n/public\n  /assets\n\nWallet Integration\nimport { useWallet } from \"@solana/wallet-adapter-react\";\n\nexport const ConnectWallet = () =\u003e {\n  const { connect, connected, publicKey } = useWallet();\n\n  return (\n    \u003cbutton onClick={connect}\u003e\n      {connected ? `Connected: ${publicKey.toBase58().slice(0, 6)}...` : \"Connect Wallet\"}\n    \u003c/button\u003e\n  );\n};\n\nBuild for Production\nyarn build\nyarn start\n\n\nDeploy to Vercel or zkShine’s DApp Gateway:\n\nhttps://dapps.zkshine.xyz\n\nDocumentation\n- DApp Integration Guide: https://docs.zkshine.xyz/ui\n- Wallet Setup: https://docs.zkshine.xyz/ui/wallet\n- VPN Gateway Docs: https://docs.zkshine.xyz/vpn\n- Node Dashboard API: https://docs.zkshine.xyz/node\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkshinedev%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkshinedev%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkshinedev%2Fui/lists"}