Back to projects
Crypto Tracker
Sajad kiani / August 23, 2024
A web-based application to track new tokens.
Project Overview
Token Tracker View is a simple and intuitive tool that allows users to view new tokens in Chains. The app provides a clean interface where users can input an token address and receive a list of all associated tokens along with their respective balances.
Features
- Token Tracking: Retrieves and displays the new tokens.
- Simple Interface: Clean and user-friendly interface for quick balance checks.
- Fast and Efficient: Leveraging the power of Ethereum and token standards to provide quick responses.
- Deployed on Vercel: Hosted on Vercel for fast and reliable deployment.
Getting Started
Follow these steps to get a local copy of the project up and running:
Prerequisites
You need to have the following installed on your local machine:
- Node.js (v14 or higher)
- npm (v6 or higher) or yarn
Installation
-
Clone the repository:
git clone https://github.com/your-username/token-tracker-view.git cd token-tracker-view
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the app.
Deployment
This app is deployed on Vercel. To deploy it yourself:
- Push your code to a GitHub repository.
- Connect the repository to your Vercel account.
- Deploy the app by following Vercel's deployment process.
Usage
- Open the app in your browser.
- Enter a valid Ethereum address into the input field.
- The app will display a list of ERC20 tokens and their balances for the given address.
Future Enhancements
- Historical Data: Add the ability to view historical balances for any given token.
- Network Support: Include support for other networks such as Binance Smart Chain or Polygon.
- User Wallet Integration: Allow users to connect their wallet to view their balances directly.
Contributing
Contributions are welcome! To contribute:
- Fork the project.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.