Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions Metadata/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NH Token Project Overview</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background-color: #121212;
color: #e0e0e0;
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
}
.container {
max-width: 600px;
text-align: center;
}
img {
width: 128px;
height: 128px;
border-radius: 16px;
margin-bottom: 1rem;
}
h1 {
font-size: 2rem;
margin-bottom: 0.5rem;
}
p {
font-size: 1rem;
line-height: 1.6;
}
a {
color: #00bcd4;
text-decoration: none;
}
.links {
margin-top: 1.5rem;
}
.links a {
display: block;
margin: 0.3rem 0;
}
.badge {
background-color: #1f1f1f;
border: 1px solid #333;
padding: 0.5rem 1rem;
border-radius: 8px;
margin: 0.5rem 0;
display: inline-block;
}
</style>
</head>
<body>
<div class="container">
<img src="metadata/logo.png" alt="NH Token Logo" />
<h1>NH Token</h1>
<div class="badge">Symbol: NH</div>
<div class="badge">Chain: Polygon (Chain ID: 137)</div>
<div class="badge">Contract: 0xf930cf4150f7cb1108b30df610f07188fd794398</div>

<p>
NH Token is a Polygon-based utility token designed for secure, compliant e-commerce payments in Switzerland. It features AML logic, anti-whale protections, and transparent treasury routing to ensure investor trust and regulatory alignment.
</p>

<div class="links">
<a href="https://nh-token.io" target="_blank">🌐 Official Website</a>
<a href="https://polygonscan.com/token/0xf930cf4150f7cb1108b30df610f07188fd794398" target="_blank">🔍 Polygonscan Explorer</a>
<a href="https://twitter.com/nh_token" target="_blank">🐦 Twitter</a>
<a href="https://t.me/nh_token" target="_blank">💬 Telegram</a>
<a href="metadata/info.json" target="_blank">📦 Token Metadata (info.json)</a>
</div>
</div>
</body>
</html>