Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.14 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.14 KB

CryptoLens

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.

Features

  • 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.

How to Contribute?

git clone https://github.com/yourusername/CryptoLens.git
cd CryptoLens

Frontend setup

  1. Navigate to the frontend folder:
cd frontend
  1. Install dependencies using pnpm:
pnpm install
  1. Start the development server:
pnpm run dev

Backend setup

  1. Navigate to the backend folder:
cd backend
  1. Install the backend dependencies using npm:
npm install
  1. Start the backend server:
npm run start