1.0.0 • Published 6 months ago
cnft-portfolio-plugin v1.0.0
cNFT Portfolio
A React application for viewing compressed Solana NFTs in your wallet.
Setup
- Clone the repository
- Install dependencies:
npm install
- Create a
.env.local
file based on.env.example
:
cp .env.example .env.local
Add your Helius API key and fee wallet address to
.env.local
Start the development server:
npm start
Environment Variables
REACT_APP_RPC_URL
: Your Helius RPC URL with API keyREACT_APP_FEE_WALLET
: Wallet address for fees
Features
- Connect your Solana wallet
- View your compressed NFTs
- Filter NFTs by collection
- Responsive grid layout
1.0.0
6 months ago