Skip to content

abhilov23/Solana-Projects

Repository files navigation

Solana Projects

This repository contains a collection of multiple Solana programs, showcasing various use cases and implementations on the Solana blockchain.

Table of Contents

Overview

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.

Getting Started

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

Requirements

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)

Installation

  1. Install Solana CLI:
    sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
  2. Install Rust and Cargo:
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  3. Install Anchor framework (if needed):
    cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
    avm install latest
    avm use latest

Usage

  1. Navigate to a specific program folder.
  2. Build and deploy the program using Anchor (if applicable):
    anchor build
    anchor deploy
  3. Run any associated frontend or integration scripts as needed.

Contributing

Contributions are welcome! Feel free to fork the repository, create a branch, and submit a pull request with improvements or new projects.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

About

This repository multiple Solana-projects/Dapps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published