Category Prize Winner in Boost Hacks 2024 "Best Blockchain Hack"
Krypt is a cryptocurrency portfolio tracker that allows users to manage and track their digital assets. It provides a user-friendly interface for adding and visualizing assets, and it fetches real-time data from the CoinMarketCap API.
- Add and remove assets from your portfolio
- View a pie chart of your assets
- See the total value of your portfolio
- Node.js
- npm
- CoinMarketCap API key
- Clone the repository
git clone https://github.com/username/krypt.git- Install the dependencies
cd backend
npm installOr manually install the following dependencies:
"body-parser": "^1.20.2" "canvasjs": "^1.8.3" "cors": "^2.8.5" "dotenv": "^16.3.1" "express": "^4.18.2" "node-fetch": "^3.3.2"
- Add your CoinMarketCap API key to /backend/.env
- Start the server
cd /backend/
node server.jsOpen index.html in your web browser. Use the "Your Assets" page to add assets to your portfolio. Use the "Dashboard" page to view a pie chart of your assets and the total value of your portfolio.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.