https://github.com/xerxescoder/sol-token-lens
https://github.com/xerxescoder/sol-token-lens
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xerxescoder/sol-token-lens
- Owner: XerxesCoder
- Created: 2025-02-24T16:59:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T13:48:03.000Z (about 1 year ago)
- Last Synced: 2025-02-25T14:38:52.026Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://sol-token-lens.vercel.app
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Token Lens
Solana Token Lens is an open-source tool that allows users to retrieve information about Solana tokens by entering a token address. It uses the [RugCheck](https://rugcheck.xyz) public API to fetch and display token details.
## Demo
live demo: [Solana Token Lens](https://sol-token-lens.vercel.app/)
## Features
- Fetches real-time token information using the RugCheck API
- Built with **Next.js** for a seamless user experience
- Styled with **Tailwind CSS**
- Uses **ShadCN** for UI components
- Includes **Lucide React** icons for a modern look
- Open-source: Easily fork and run locally
## Installation
### Prerequisites
- **Node.js** (Latest LTS recommended)
- **npm** or **yarn**
### Clone the Repository
```sh
git clone https://github.com/XerxesCoder/sol-token-lens.git
cd sol-token-lens
```
### Install Dependencies
```sh
npm install --force
# or
yarn install
```
### Run Locally
```sh
npm run dev
# or
yarn dev
```
Then, open [http://localhost:3000](http://localhost:3000) in your browser.
## Usage
1. Enter a **Solana token address** in the input field.
2. Click the search button.
3. View token details retrieved from RugCheck.
## Contributing
This project is open-source, and contributions are welcome! Feel free to fork the repository and submit pull requests.
## License
MIT License
## Contact
For any inquiries:
- **Telegram:** [@xerxescoder](https://t.me/xerxescoder)
- **Telegram Channel:** [@xerxescodes](https://t.me/xerxescodes)
- **Email:** [xerxescode@gmail.com](mailto:xerxescode@gmail.com)