-
-
Save luckysitara/90b3c5587a6137831658a92ad9826166 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location wasn't included in the ip analysis output( and also if the analysis return the latitude and longitude of the location is there a way we can add a map feature using google map to view the location? ) and the result instead of being displayed in the same page can have a different page for it just like pii intelligence result page | |
| https://v0.app/chat/sentinel-6pqhUTAgEUc | |
| AIzaSyCoNJkO0GhoeY2uy6NPzxeVF0GxZvy33qI |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build a complete Solana wallet analysis platform called Piflepath inspired by Solscan.io with the following features:
Brand & Design
#9945ff), cyan (#00d4ff), neon green (#14f195), and dark backgroundsAuthentication & Wallet Connection
Core Features
1. Wallet Search & Analysis
2. Wallet Details Display(Similar to Solscan.io)
Balance Overview: Show SOL balance with 24h change percentage
Token Holdings: Display all SPL tokens in wallet with prices and value changes
Transaction History: Show recent transactions with:
Transaction type (send, receive, swap, stake)
Amount and token involved
Timestamps and status
Links to view on blockchain explorer
Portfolio Analytics:
7-day trading volume chart
Portfolio allocation pie chart
Token breakdown by percentage
Transaction type distribution
Summary Stats: Total balance, token count, transaction count
3. Dashboard (For Connected Users)
4. Subscription & Monetization
Three subscription tiers:
Free: Limited API calls, basic wallet analysis
Pro: 0.5 SOL/month, higher API rate limits, advanced analytics
Enterprise: 2 SOL/month, unlimited API calls, priority support
Solana blockchain payments (using connected wallet for payment)
Subscription management dashboard showing active plan and usage
5. API Keys & Developer Features
Backend & Data
Database Schema
userstable: Wallet address, subscription tier, created_atsubscription_planstable: Plan name, price in SOL, features, limitsuser_subscriptionstable: User, active plan, renewal dateapi_keystable: User, key, created_at, last_usedusage_trackingtable: API key, requests count, datepaymentstable: User, amount in SOL, transaction hash, statusAPI Integration
Create backend proxy to Solscan API endpoints:
/api/wallet/fetch- Get wallet balance and token holdings/api/wallet/transactions- Get transaction history/api/wallet/tokens- Get detailed token information/api/wallet/analytics- Get portfolio analytics dataHandle CORS issues with server-side API proxying
Implement error handling and rate limiting
Pages & Components
Landing Page:
Hero section with wallet search integration
Feature showcase with Solscan-inspired cards
Pricing section with SOL-based plans
How-it-works section
Call-to-action buttons
Dashboard Page (Protected):
Wallet statistics cards
Token holdings list
Transaction history with filters and sorting
Portfolio analytics charts
API key management section
Wallet Analysis Page:
Full wallet details display (transaction history, tokens, analytics)
Export functionality
Share wallet analysis link
Subscription Page:
Plan comparison table
Upgrade/downgrade options
Solana payment integration for plan changes
Settings Page:
API key management (create, revoke, view usage)
Account settings and wallet management
Technical Stack
Key Features Summary
✅ Search any Solana wallet and view analysis
✅ Real-time transaction history and token holdings
✅ Portfolio analytics with interactive charts
✅ Solana wallet authentication
✅ SOL-based subscription plans
✅ Developer API with keys and rate limiting
✅ Responsive design matching Solscan aesthetic
✅ Complete dashboard with statistics
✅ Export and share wallet reports