This Solana Starter is leveraging Next.js for server-side rendering, TypeScript for Tailwind CSS, and shadcn/ui components for the UI, & integrates solana/wallet-adapter-react
and solana/web3.js
for seamless blockchain transactions and data fetching, focusing primarily on fetching holder information from a given creator address.
solana/wallet-adapter-react
and solana/web3.js
for interacting with the Solana blockchain.Clone the repository:
git clone https://github.com/BankkRoll/solana-starter.git
cd solana-starter
Install dependencies:
npm install
Set up .env
file:
.env.example
to .env
.<your_api_key_here>
with your Helious API key.Start the development server:
npm run dev
Navigate to the app:
Interacting with the Solana Blockchain: