This project is a simple web application built with Next.js and TypeScript that allows users to check the balance of a Solana address. The application fetches data from the Solana blockchain using the Solana Web3.js library and displays the balance in SOL (Solana's native token).
- Input a Solana address to check its balance
- Display the balance of the given address in SOL
- Handles loading states and errors gracefully
Before you begin, ensure you have the following installed on your local machine:
- Node.js (v14 or later)
- npm or yarn
git clone https://github.com/ChikenduHillary/sol_balance.git
cd so_balance