1.0.0 • Published 6 months ago

cnft-portfolio-plugin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

cNFT Portfolio

A React application for viewing compressed Solana NFTs in your wallet.

Setup

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Create a .env.local file based on .env.example:
cp .env.example .env.local
  1. Add your Helius API key and fee wallet address to .env.local

  2. Start the development server:

npm start

Environment Variables

  • REACT_APP_RPC_URL: Your Helius RPC URL with API key
  • REACT_APP_FEE_WALLET: Wallet address for fees

Features

  • Connect your Solana wallet
  • View your compressed NFTs
  • Filter NFTs by collection
  • Responsive grid layout