DeFiP is your personal, all-in-one DeFi portfolio tracker designed for simplicity and efficiency. Built on the Solana blockchain, DeFiP empowers you to:
- Connect Your Wallet: Seamlessly integrate your digital wallet for real-time portfolio management.
- Track Performance: Get a comprehensive view of your cryptocurrency investments, including real-time asset values.
- Monitor Gains & Losses: Understand your portfolio's performance at a glance with intuitive metrics and analytics.
- Enhanced Security: Enjoy peace of mind with a secure platform leveraging the robust capabilities of the Solana blockchain.
- Node.js (v18 or higher)
- npm or yarn
- A Solana wallet (Phantom, Solflare, etc.)
- Clone the repository:
git clone https://github.com/italiancode/DeFi-P.git
cd defi-p
- Install dependencies:
npm install
# or
yarn install
- Create a
.env.local
file in the root directory with your configuration:
NEXT_PUBLIC_NODE_RPC_URL=your_rpc_url
NEXT_PUBLIC_NODE_API_KEY=your_api_key
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- Connect your Solana wallet using the "Connect Wallet" button
- Your portfolio will automatically load and display your assets
- Track your investments and monitor performance in real-time
This project is licensed under the MIT License - see the LICENSE file for details.