Scavenger Hunt is a NFT scavenger game on Solana. The first 10 users to complete the hunt will recieve a POAP on the Solana blockchain.
Tech Stack: CSS, React, Next, Solana Wallet Adapter, thirdweb Solana SDK
I built this project leveraging next.js. I added the Solana Wallet Adapter and thirdweb Solana SDK to create this NFT scavenger hunt as a complementary example to my Sol.Ladies Hacker House workshop titled Gamifying Solana NFT Drops.
This is a Next.js project bootstrapped with create-next-app
.
- On GitHub.com, navigate to the main page of the repository.
- Above the list of files, click
Code
. - Copy the URL for the repository.
- Open your Node.js terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type
git clone
, and then paste the URL you copied earlier. - Press Enter to create your local clone.
After cloning this repo, cd
into the project directory and install the dependencies by using this command in the terminal:
npm install
# or
yarn install
Run the development server by using this command in the terminal:
npm run dev
# or
yarn dev
Open local host with your browser to see the result. You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.