This repository contains a Solana token project developed as part of a Encode Solana Bootcamp. It includes a React-based user interface for the airdrop of tokens on the Solana blockchain.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js
- You have installed Solana CLI
- You have a working Solana test-validator running locally (Refer to the Solana documentation on setting up a test validator)
- Clone the repository:
git clone [email protected]:chetanyb/solana-bootcamp-project.git cd solana-bootcamp-project
npm install
npm start
Open http://localhost:5173 to view the application in your browser.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you want to contribute to this project, feel free to fork the repository, create a new branch for your work, and open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.