Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 741 Bytes

Solana Balance Checker

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).

Features

  • Input a Solana address to check its balance
  • Display the balance of the given address in SOL
  • Handles loading states and errors gracefully

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js (v14 or later)
  • npm or yarn

Getting Started

1. Clone the Repository

git clone https://github.com/ChikenduHillary/sol_balance.git
cd so_balance