|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Metanet Mobile - BSV Blockchain Wallet for iOS & Android</title> |
| 7 | + <meta name="description" content="Metanet Mobile is a secure BSV Blockchain wallet app for iOS and Android that provides identity management, payments, and Web3 browsing capabilities."> |
| 8 | + <meta name="keywords" content="BSV, blockchain, wallet, mobile, iOS, Android, Bitcoin SV, identity, payments, Web3"> |
| 9 | + |
| 10 | + <!-- Open Graph / Facebook --> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://bsv-blockchain.github.io/metanet-mobile/"> |
| 13 | + <meta property="og:title" content="Metanet Mobile - BSV Blockchain Wallet"> |
| 14 | + <meta property="og:description" content="Secure BSV Blockchain wallet app for iOS and Android with identity management and Web3 browsing."> |
| 15 | + <meta property="og:image" content="https://bsv-blockchain.github.io/metanet-mobile/1.PNG"> |
| 16 | + |
| 17 | + <!-- Twitter --> |
| 18 | + <meta property="twitter:card" content="summary_large_image"> |
| 19 | + <meta property="twitter:url" content="https://bsv-blockchain.github.io/metanet-mobile/"> |
| 20 | + <meta property="twitter:title" content="Metanet Mobile - BSV Blockchain Wallet"> |
| 21 | + <meta property="twitter:description" content="Secure BSV Blockchain wallet app for iOS and Android with identity management and Web3 browsing."> |
| 22 | + <meta property="twitter:image" content="https://bsv-blockchain.github.io/metanet-mobile/1.PNG"> |
| 23 | + |
| 24 | + <!-- Favicon --> |
| 25 | + <link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico"> |
| 26 | + <link rel="apple-touch-icon" sizes="192x192" href="../assets/images/android-chrome-192x192.png"> |
| 27 | + |
| 28 | + <link rel="stylesheet" href="styles.css"> |
| 29 | +</head> |
| 30 | +<body> |
| 31 | + <!-- Hero Section --> |
| 32 | + <section class="hero"> |
| 33 | + <div class="container"> |
| 34 | + <div class="hero-content"> |
| 35 | + <div class="hero-text"> |
| 36 | + <h1>Metanet Mobile</h1> |
| 37 | + <p class="hero-subtitle">Browser with identity and micropayments built in</p> |
| 38 | + <p class="hero-description"> |
| 39 | + Experience the power of BSV Blockchain technology on your mobile device. |
| 40 | + Secure wallet, decentralized identity, and Web3 browsing - all in one app. |
| 41 | + </p> |
| 42 | + |
| 43 | + <div class="download-buttons"> |
| 44 | + <a href="https://testflight.apple.com/join/K3jmxevG" class="btn btn-primary" target="_blank" rel="noopener"> |
| 45 | + <img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" class="store-badge"> |
| 46 | + </a> |
| 47 | + <a href="#" class="btn btn-primary coming-soon" onclick="alert('Coming soon to Google Play Store!')"> |
| 48 | + <img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" alt="Get it on Google Play" class="store-badge"> |
| 49 | + <span class="coming-soon-label">Coming Soon</span> |
| 50 | + </a> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="hero-image"> |
| 55 | + <img src="1.PNG" alt="Metanet Mobile App Screenshot" class="phone-mockup"> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + </section> |
| 60 | + |
| 61 | + <!-- Features Section --> |
| 62 | + <section class="features"> |
| 63 | + <div class="container"> |
| 64 | + <h2>Powerful Features</h2> |
| 65 | + <p class="section-subtitle">Metanet Mobile provides all the tools you need to interact with the BSV Blockchain efficiently.</p> |
| 66 | + |
| 67 | + <div class="features-grid"> |
| 68 | + <div class="feature-card"> |
| 69 | + <div class="feature-icon">🔐</div> |
| 70 | + <h3>Secure Management</h3> |
| 71 | + <p>Linked key derivation, robust cryptographic signatures, secure encryption, and strict access permissions safeguard your keys.</p> |
| 72 | + </div> |
| 73 | + |
| 74 | + <div class="feature-card"> |
| 75 | + <div class="feature-icon">🌐</div> |
| 76 | + <h3>Web3 Browser</h3> |
| 77 | + <p>Browse the decentralized web with built-in identity and payment capabilities. Access Web3 applications seamlessly.</p> |
| 78 | + </div> |
| 79 | + |
| 80 | + <div class="feature-card"> |
| 81 | + <div class="feature-icon">🆔</div> |
| 82 | + <h3>Decentralized Identity</h3> |
| 83 | + <p>Leverage cryptographic identity certificates for selective data revelation. Manage identity securely and privately.</p> |
| 84 | + </div> |
| 85 | + |
| 86 | + <div class="feature-card"> |
| 87 | + <div class="feature-icon">⚡</div> |
| 88 | + <h3>Instant Payments</h3> |
| 89 | + <p>Send and receive BSV payments instantly with low fees. Perfect for microtransactions and everyday use.</p> |
| 90 | + </div> |
| 91 | + |
| 92 | + <div class="feature-card"> |
| 93 | + <div class="feature-icon">🔗</div> |
| 94 | + <h3>Vendor Interoperable</h3> |
| 95 | + <p>Implements the BRC-100 Wallet Interface. Configure with any Wallet Authentication Backend and Storage Infrastructure.</p> |
| 96 | + </div> |
| 97 | + |
| 98 | + <div class="feature-card"> |
| 99 | + <div class="feature-icon">📱</div> |
| 100 | + <h3>Mobile Optimized</h3> |
| 101 | + <p>Designed specifically for mobile devices with intuitive touch controls and responsive design.</p> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </div> |
| 105 | + </section> |
| 106 | + |
| 107 | + <!-- Screenshots Section --> |
| 108 | + <section class="screenshots"> |
| 109 | + <div class="container"> |
| 110 | + <h2>See It In Action</h2> |
| 111 | + <p class="section-subtitle">Experience the seamless integration of browsing, identity, and payments</p> |
| 112 | + |
| 113 | + <div class="screenshots-grid"> |
| 114 | + <div class="screenshot-item"> |
| 115 | + <img src="8.PNG" alt="Web3 Browsing" class="screenshot"> |
| 116 | + <h4>Web3 Browser</h4> |
| 117 | + <p>Works just like a regular browser, but with built in support for Web3 apps</p> |
| 118 | + </div> |
| 119 | + |
| 120 | + <div class="screenshot-item"> |
| 121 | + <img src="5.PNG" alt="Verification Code" class="screenshot"> |
| 122 | + <h4>Secure Authentication</h4> |
| 123 | + <p>Own your own data, protected by a 2/3 threshold system</p> |
| 124 | + </div> |
| 125 | + |
| 126 | + <div class="screenshot-item"> |
| 127 | + <img src="6.PNG" alt="Developer Tools" class="screenshot"> |
| 128 | + <h4>Identity</h4> |
| 129 | + <p>BRC-100 Web3 Apps auto-connect, enabling secure identity based actions</p> |
| 130 | + </div> |
| 131 | + |
| 132 | + <div class="screenshot-item"> |
| 133 | + <img src="7.PNG" alt="Developer Tools" class="screenshot"> |
| 134 | + <h4>Micropayments</h4> |
| 135 | + <p>Explore micropayment services never before possible.</p> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + </section> |
| 139 | + |
| 140 | + <!-- Technical Highlights --> |
| 141 | + <section class="tech-highlights"> |
| 142 | + <div class="container"> |
| 143 | + <h2>Unleash the BSV Blockchain</h2> |
| 144 | + <p class="section-subtitle">Metanet Mobile combines powerful features with a user-friendly interface, allowing both beginners and experts to take full advantage of BSV Blockchain technology.</p> |
| 145 | + |
| 146 | + <div class="tech-list"> |
| 147 | + <div class="tech-item"> |
| 148 | + <span class="tech-bullet">•</span> |
| 149 | + <span>Action oriented design with transparent controls and rich metadata</span> |
| 150 | + </div> |
| 151 | + <div class="tech-item"> |
| 152 | + <span class="tech-bullet">•</span> |
| 153 | + <span>Robust AES-256-GCM Encryption and ECDSA Signatures</span> |
| 154 | + </div> |
| 155 | + <div class="tech-item"> |
| 156 | + <span class="tech-bullet">•</span> |
| 157 | + <span>Identity & Certificate Manager for selective data revelation</span> |
| 158 | + </div> |
| 159 | + <div class="tech-item"> |
| 160 | + <span class="tech-bullet">•</span> |
| 161 | + <span>SPV Scalability using BEEF Transaction data standards</span> |
| 162 | + </div> |
| 163 | + <div class="tech-item"> |
| 164 | + <span class="tech-bullet">•</span> |
| 165 | + <span>Auditable Proofs & Key Linkages for enhanced privacy</span> |
| 166 | + </div> |
| 167 | + <div class="tech-item"> |
| 168 | + <span class="tech-bullet">•</span> |
| 169 | + <span>Flexible Asset & Key Permissions through named baskets</span> |
| 170 | + </div> |
| 171 | + </div> |
| 172 | + </div> |
| 173 | + </section> |
| 174 | + |
| 175 | + <!-- Download CTA --> |
| 176 | + <section class="download-cta"> |
| 177 | + <div class="container"> |
| 178 | + <h2>Ready to Get Started?</h2> |
| 179 | + <p>Download Metanet Mobile today and experience the future of mobile blockchain technology.</p> |
| 180 | + |
| 181 | + <div class="download-buttons"> |
| 182 | + <a href="https://testflight.apple.com/join/K3jmxevG" class="btn btn-primary" target="_blank" rel="noopener"> |
| 183 | + <img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" class="store-badge"> |
| 184 | + </a> |
| 185 | + <a href="#" class="btn btn-primary coming-soon" onclick="alert('Coming soon to Google Play Store!')"> |
| 186 | + <img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" alt="Get it on Google Play" class="store-badge"> |
| 187 | + <span class="coming-soon-label">Coming Soon</span> |
| 188 | + </a> |
| 189 | + </div> |
| 190 | + </div> |
| 191 | + </section> |
| 192 | + |
| 193 | + <!-- Footer --> |
| 194 | + <footer class="footer"> |
| 195 | + <div class="container"> |
| 196 | + <div class="footer-content"> |
| 197 | + <div class="footer-links"> |
| 198 | + <a href="https://github.com/bitcoin-sv/metanet-mobile" target="_blank" rel="noopener">GitHub Repository</a> |
| 199 | + <a href="https://bsvblockchain.org" target="_blank" rel="noopener">BSV Blockchain</a> |
| 200 | + <a href="https://x.com/bsvblockchain" target="_blank" rel="noopener">@bsvblockchain</a> |
| 201 | + </div> |
| 202 | + <p class="footer-copyright">© 2025 BSV Association</p> |
| 203 | + </div> |
| 204 | + </div> |
| 205 | + </footer> |
| 206 | +</body> |
| 207 | +</html> |
0 commit comments