Skip to content
Open
Show file tree
Hide file tree
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
40 changes: 20 additions & 20 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2025 Ali HD

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
MIT License
Copyright (c) 2025 Ali HD
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
28 changes: 26 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,34 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Solana Token Holder Tracker App</title>
<title>Solana(M) Token Holder Tracker</title>
<!-- Canonical URL -->
<link rel="canonical" href="https://holder.solanam.com/" />
<!-- SEO Meta Tags -->
<meta name="description" content="SolanaM Token Holder Tracker - Monitor and track holders of the SolanaM ($SolanaM) token on the Solana blockchain. Real-time data, analytics, price tracking, and holder insights." />
<meta name="keywords" content="SolanaM, token holder tracker, Solana blockchain, crypto tracker, SolanaM holders, token analytics, solanam.com" />
<meta name="author" content="SolanaM" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="SolanaM Token Holder Tracker" />
<meta property="og:description" content="Track holders of SolanaM ($SolanaM) on Solana via holder.solanam.com. Current price: $0.00001075 | Market Cap: $10,751 | Liquidity: $14,203. Real-time analytics and insights." />
<meta property="og:image" content="https://cdn.dexscreener.com/token-images/og/solana/EBuTz34KVi94uoiggg8BuR5DFsDkiTM572AL2Qzepump?timestamp=1758057136022" />
<meta property="og:image:alt" content="SolanaM Token Holder Tracker Banner" />
<meta property="og:url" content="https://holder.solanam.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="SolanaM Holder Tracker" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SolanaM Token Holder Tracker" />
<meta name="twitter:description" content="Track holders of SolanaM ($SolanaM) on Solana via holder.solanam.com. Current price: $0.00001075 | Market Cap: $10,751 | Liquidity: $14,203. Real-time analytics and insights." />
<meta name="twitter:image" content="https://cdn.dexscreener.com/token-images/og/solana/EBuTz34KVi94uoiggg8BuR5DFsDkiTM572AL2Qzepump?timestamp=1758057136022" />
<meta name="twitter:image:alt" content="SolanaM Token Holder Tracker Banner" />
<meta name="twitter:site" content="@solaxnm" />
<meta name="twitter:creator" content="@solaxnm" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
</html>
32 changes: 16 additions & 16 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-holders",
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -14,8 +14,10 @@
"@solana/web3.js": "^1.98.4",
"@supabase/supabase-js": "^2.57.4",
"lucide-react": "^0.344.0",
"papaparse": "^5.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand Down
Loading