An open API service indexing awesome lists of open source software.

https://github.com/xerxescoder/sol-token-lens


https://github.com/xerxescoder/sol-token-lens

Last synced: 12 months ago
JSON representation

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)