Crypto Tracker is a decentralized application (dApp) that allows users to track their cryptocurrency assets and NFT collections across multiple chains including Ethereum, Binance Smart Chain, Polygon, and Avalanche.
- Asset Tracking: Keep track of your cryptocurrency assets including token balances, prices, and 24-hour price changes.
- Net Worth Calculation: Get an overview of your total net worth across different chains in real-time.
- NFT Collection Management: Explore and manage your non-fungible token (NFT) collections conveniently.
- Wallet History: View your wallet's transaction history including transfers and NFT transactions.
- Frontend: React.js
- API Integration: Moralis
- Styling: CSS
Check out the live demo of Crypto Tracker here.
To run the Crypto Tracker dApp locally, follow these steps:
- Clone this repository to your local machine.
- Install dependencies using
npm install
. - Open the
.env
file and add your Moralis API key.REACT_APP_MORALIS_API_KEY=your_moralis_api_key
- Run the application using
npm start
. - Open your browser and navigate to http://localhost:3000.
- Enter your wallet address and select the desired chain.
- Click on the "Show all my crypto!" button to fetch your assets.
- Explore your assets, net worth, NFT collections, and wallet history.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the Crypto Tracker dApp.