diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4c5d70b..ea6a8da 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.79.0 # Rust Version. profile: minimal override: true components: clippy diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99ade4b..f6ce818 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.79.0 # Rust Version. + toolchain: 1.79.0 # Rust Version. profile: minimal override: true diff --git a/README.md b/README.md index be1fd44..8c8a67a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ ![Clippy](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/static-analysis.yml/badge.svg) ![License](https://img.shields.io/badge/License-MIT-blue) +This **NFT Solana Project** is developed by [Stephen Damian](https://github.com/s-damian) + ## Project Overview @@ -30,8 +32,11 @@ NFT Marketplace Event Ticketing - A decentralized application for managing and v ## Prerequisites - Rust 1.79.0 + - Ensure Rust is installed on your system. You can install Rust using [rustup](https://rustup.rs/). - Solana 1.18.22 + - Ensure Solana CLI is installed on your system. You can install Solana CLI using [Solana CLI](https://solana.com/developers/guides/getstarted/setup-local-development#3-install-the-solana-cli). - Anchor 0.30.1 + - Ensure Anchor is installed on your system. You can install Anchor using [Anchor](https://www.anchor-lang.com/). - Node.js and npm (for the frontend)