A crypto wallet that makes it easy to use the blockchain.
- Create account
- Restore account
- Send ETH
- View transactions
Token Trackr is a React-based single-page application (SPA) that lets users track their bitcoin holdings. Users can create and restore their accounts using a private key or seed. Users can perform transactions and examine current or historical balances for various tokens. The app also shows data visualisations of token price movements over time.
Token.Trackr.mp4
- Wallet Integration: Connect MetaMask or input a wallet address.
- Token Watchlist: Add and manage a list of tokens to monitor.
- Current Balance: View the current balance of each token in your watchlist.
- Historical Data: Fetch and display historical balances of tokens.
- Date Range Picker: Select a date range to view historical token balances.
- Price Trend Graphs: Visualize token price fluctuations over time.
-
Clone the repository:
git clone https://github.com/AdeshGhadage/TokenTrackr.git cd TokenTrackr -
Install dependencies
npm install
-
Start the server
npm start
- React.js: Frontend framework for building the user interface.
- Web3.js / Ethers.js: Library for blockchain interaction.
- CoinGecko API: Used to fetch token information and generate price trend graphs (Documentation).
- Moralis API: Used for wallet account creation and handling transactions (Documentation).
- Chart.js: Libraries for creating data visualizations.
For any inquiries or support, please reach out to:
- Name: Adesh Ghadage
- Email: adeshghadage9@gmail.com
- GitHub: AdeshGhadage