Real-time Solana token analytics and visualization platform.
Mapsdotfun is a Web3 analytics platform designed to visualize on-chain data from the Solana ecosystem. It maps wallet clusters, token ownership patterns, and liquidity distribution, providing users with actionable insights into token centralization, suspicious wallet activity, and potential rug pulls.
Clone the repository and install dependencies:
git clone https://github.com/0x4nud33p/mapsdotfun.git
navigate into the project directory:
cd mapsdotfun
Install the required packages:
npm installStart the development server:
npm run devOpen your browser and navigate to http://localhost:3000 to view the application.
.env Configuration
Create a .env file in the root directory and add the following environment variables:
NEXT_PUBLIC_HELIUS_API_KEY=your_helius_api_keyReplace your_helius_api_key with your actual Helius API key.
Repo: mapsdotfun
