Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling fix in the README file for quest-1 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions quest-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

📘 Write the code to mint yourself an NFT that will represent your pirate ship.

Throughout the bootcamp, we’ll customize this NFT, use it to build other things, and ultimately you’ll battle other NFTs on the high seas.
Throughout the bootcamp, we’ll customize this NFT, use it to build other things, and ultimately
you’ll battle other NFTs on the high seas.

## Workshop Day 1: Solana Basics

Expand All @@ -17,7 +18,7 @@ Throughout the bootcamp, we’ll customize this NFT, use it to build other thing
- uses TypeScript and NodeJS
- yarn (as the package manager)

## Setup locally
## Set up locally

1. Clone this repo to your local system
2. Install the packages via `yarn install`
Expand Down Expand Up @@ -47,7 +48,7 @@ After reviewing the code in each of these scripts, try running each in order.

### Running the included Scripts

Once setup locally, you will be able to run the scripts included within this repo:
Once set up locally, you will be able to run the scripts included within this repo:

```
yarn demo ./scripts/<script>
Expand Down Expand Up @@ -78,4 +79,4 @@ Demonstrates how to update the metadata for an SPL token, using the Metaplex Met

#### `6.createNFTs.ts`

Demonstrates how to mint NFTs and store their metadata on chain using the Metaplex MetadataProgram
Demonstrates how to mint NFTs and store their metadata on chain using the Metaplex MetadataProgram