56 lines
3.2 KiB
HTML
56 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Terms of Service — WalletPress</title>
|
|
<meta name="robots" content="noindex">
|
|
<style>
|
|
:root{--bg:#050508;--bg1:#0a0a12;--bg2:#11111a;--border:#222233;--accent:#c58e4b;--fg:#e2e8f0;--fg2:#94a3b8;--fg3:#64748b;--font:'Inter',-apple-system,sans-serif;--mono:'JetBrains Mono',monospace}
|
|
*{box-sizing:border-box;margin:0;padding:0}
|
|
body{font-family:var(--font);background:var(--bg);color:var(--fg);line-height:1.7;padding:40px 24px}
|
|
.container{max-width:720px;margin:0 auto}
|
|
h1{font-size:28px;margin-bottom:8px}
|
|
h2{font-size:18px;margin:28px 0 12px;color:var(--accent)}
|
|
p{color:var(--fg2);font-size:14px;margin-bottom:12px}
|
|
.back{display:inline-block;margin-bottom:24px;color:var(--accent2);font-size:14px}
|
|
.back:hover{color:var(--accent)}
|
|
strong{color:var(--fg)}
|
|
ul{color:var(--fg2);font-size:14px;margin:0 0 12px 20px}
|
|
li{margin-bottom:6px}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<a href="/" class="back">← Back to WalletPress</a>
|
|
<h1>Terms of Service</h1>
|
|
<p><em>Last updated: June 27, 2026</em></p>
|
|
|
|
<h2>1. License</h2>
|
|
<p>WalletPress source code is licensed under the <strong>MIT License</strong>. You are free to use, modify, and distribute the software subject to the terms of that license.</p>
|
|
<p>When you purchase WalletPress, you receive access to the source code and pre-built packages. You are purchasing a license to use the software, not the copyright itself.</p>
|
|
|
|
<h2>2. One-Time Purchase</h2>
|
|
<p>WalletPress is a one-time purchase. There are no subscriptions, recurring fees, or hidden charges. You receive all updates and bug fixes for the purchased version.</p>
|
|
<p>Major version upgrades (e.g., v1 → v2) may require a separate purchase at our discretion.</p>
|
|
|
|
<h2>3. No Warranty</h2>
|
|
<p>WalletPress is provided "as is" without warranty of any kind, express or implied. We do not guarantee that the software is bug-free or suitable for your specific use case. Wallet generation software involves cryptographic keys — test thoroughly before trusting with real funds.</p>
|
|
<p><strong>You are responsible for backing up your wallets and mnemonics.</strong> We cannot recover lost keys.</p>
|
|
|
|
<h2>4. Limitation of Liability</h2>
|
|
<p>Rug Munch Media LLC shall not be liable for any damages arising from the use or inability to use WalletPress, including but not limited to loss of crypto assets, loss of data, or business interruption.</p>
|
|
|
|
<h2>5. Refund Policy</h2>
|
|
<p>We offer a 30-day refund guarantee. If WalletPress does not meet your needs, email <a href="mailto:support@walletpress.cc">support@walletpress.cc</a> within 30 days of purchase for a full refund.</p>
|
|
|
|
<h2>6. Open Source Contributions</h2>
|
|
<p>Contributions to WalletPress are welcome via GitHub. By submitting a pull request, you agree that your contributions are licensed under the MIT License and that Rug Munch Media LLC may distribute them as part of WalletPress.</p>
|
|
|
|
<h2>7. Contact</h2>
|
|
<p><a href="mailto:support@walletpress.cc">support@walletpress.cc</a></p>
|
|
|
|
<p style="margin-top:40px;font-size:12px;color:var(--fg3)">Rug Munch Media LLC · Wyoming, USA</p>
|
|
</div>
|
|
</body>
|
|
</html>
|