This repository contains a collection of multiple Solana programs, showcasing various use cases and implementations on the Solana blockchain.
This repository serves as a collection of different Solana-based programs, including smart contracts and decentralized applications (DApps). Each project is designed to demonstrate different functionalities and aspects of Solana development.
To get started with this repository, clone the repository and navigate to the desired project folder.
git clone https://github.com/abhilov23/Solana-Projects.git
cd Solana-Projects
(Provide details on each program here.)
Ensure you have the following installed before running the programs:
- Rust and Cargo
- Solana CLI
- Anchor framework (if applicable)
- Node.js and npm (for frontend integrations)
- Install Solana CLI:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
- Install Rust and Cargo:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install Anchor framework (if needed):
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force avm install latest avm use latest
- Navigate to a specific program folder.
- Build and deploy the program using Anchor (if applicable):
anchor build anchor deploy
- Run any associated frontend or integration scripts as needed.
Contributions are welcome! Feel free to fork the repository, create a branch, and submit a pull request with improvements or new projects.
This repository is licensed under the MIT License. See the LICENSE file for more details.