Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.85 KB

Encode Solana Bootcamp Project

Description

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.

image image

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository:
    git clone [email protected]:chetanyb/solana-bootcamp-project.git
    cd solana-bootcamp-project
    

Install the dependencies:

npm install

Start the development server:

npm start

Open http://localhost:5173 to view the application in your browser.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.