Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent 0a8e25f commit 85c056f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)


Expand Down

0 comments on commit 85c056f

Please sign in to comment.