CryptoLens is an onchain explorer that provides clear insights into your crypto portfolio and onchain activities. It enables users to track their digital assets, monitor transactions, and get a comprehensive view of DeFi interactions, all in one place.
- Portfolio Tracking: Keep an eye on all your crypto holdings in a streamlined dashboard.
- Onchain Activity Monitoring: Track live transactions and see what's happening onchain.
- DeFi Insights: Explore decentralized finance activities with ease.
- User-Friendly Interface: Intuitive design that makes tracking assets simple and efficient.
git clone https://github.com/yourusername/CryptoLens.git
cd CryptoLens
- Navigate to the frontend folder:
cd frontend
- Install dependencies using pnpm:
pnpm install
- Start the development server:
pnpm run dev
- Navigate to the backend folder:
cd backend
- Install the backend dependencies using npm:
npm install
- Start the backend server:
npm run start