Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 534 Bytes

Solana-Basic-Project

Basically this is a web based application using nextjs. It does some of the good stuff like:-

a) It checks your wallet balance(only SOL).

b) It can only 'send' your SOL to another address (every SOL wallets are supported).

c) It also gives you a upper edge for checking your transactions with every possible details avaiable on SOLANA EXPLORER!

TO RUN THE APP YOU HAVE TO DO BELOW STEPS:-

First, run the development server:

Using npm run dev

Open http://localhost:3000 and you will see the results!