Welcome to the Solana Explorer Project! This application fetches and displays Solana wallet data.
- Displays Wallet Token Data
- Displays Wallet NFt Data
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/theonrex/solana-wallet-portfolio cd solana-wallet-portfolio
-
Install dependencies:
npm install
-
Obtain API keys:
- Sign up for an Helius account and get your API key: Helius
- Add your Helius API key to a
.env.local
file in the root of the project:
NEXT_PUBLIC_HELIUS=your_api_key
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000 to view the application.
- Next.js: A React framework for building fast and scalable web applications.
- Helius: A blockchain infrastructure provider for accessing Solana data.
Enjoy exploring the Solana blockchain with the Solana Wallet Portfolio Project!