Easily Track and Manage Your Assets with StarSol, the Web3 Dashboard
StarSol Tracker is a web application designed to help users easily track and manage their assets on the Solana blockchain. The application provides a user-friendly interface for viewing wallet balances and transaction histories, making it accessible to a broad range of users.
- Data Fetching: Retrieve data from RPC and/or API endpoints.
- User Experience: Create an intuitive and user-friendly interface.
- Wallet Tracker: View token balances for any wallet address.
- Transaction History: View recent transactions for any wallet address.
- Deployment: Easily deployable on Cloudflare or Vercel.
- Next.js: React framework for server-side rendering and static site generation.
- Solana Web3.js: JavaScript API for interacting with the Solana blockchain.
- Tailwind CSS: Utility-first CSS framework for styling.
To get started with StarSol Tracker, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/starsol-tracker.git cd starsol-tracker
- Install the dependencies:
npm install
To run the development server, use the following command:
npm run dev
Open http://localhost:3000 with your browser to see the result.
On the Wallet Tracker page, you can enter any wallet address to view its token holdings and recent transactions.
Mint Address | Total Balance |
---|---|
8zhT69ofnE9uizjiTioFwF7MLSTZFWiREuwDnXCLU7Xq | 0 |
FiRHJpdaSP2s2dUJjdpFaEQtsHqmuNDU2sSwZpSm7Nbp | 10 |
3nayxQnR4yNjqKqoRUtrBCLzTJEkC1SiZTWnvpKdX4sK | 1 |
DowwnMPZ7dj7MzUxxrMPxpLWNhBMvJwbvBk3L5byWFf | 12710 |
4gE6ex9oYxrn6BTcT6MkHcgjw3uMMj64Uhz3gFcQUgTn | 0 |
Transaction Signature | Block | Age | Timestamp | Result |
---|---|---|---|---|
5qtz...A1LL79L33DG39zL8iw | 311690917 | 20 hours ago | Jul 15, 2024 at 02:07:39 UTC | Success |
22Ew...vXR7yaJMZPqBt47Qhu | 310948773 | 4 days ago | Jul 11, 2024 at 21:10:27 UTC | Success |
XiPX...BDT7SuUs7WzoGMqYM8 | 310947839 | 4 days ago | Jul 11, 2024 at 21:04:34 UTC | Success |
5wR7...VR3utzZRKPVfF1RRS2 | 310941796 | 4 days ago | Jul 11, 2024 at 20:26:31 UTC | Success |
2LSW...CWi3GTMigwgtgmiCfR | 310940307 | 4 days ago | Jul 11, 2024 at 20:17:09 UTC | Success |
StarSol Tracker can be deployed on Cloudflare or Vercel for easy access.
- Push your project to a GitHub repository.
- Go to Vercel and create a new project.
- Select your GitHub repository and follow the prompts to deploy.
- Push your project to a GitHub repository.
- Go to Cloudflare Pages and create a new project.
- Select your GitHub repository and follow the prompts to deploy.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature-name
- Make your changes and commit them: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.