Skip to content

TeflonTrout/nolengrad-warriors-frontend

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

The purpose of the project is to display my expertise with Fullstack Web3 Engineering!

I utilized Next.js, Typescript, Express.js, MongoDB, and Solidity to create a Fullstack Web3 NFT Project!

You can check out the server code here and the Etherscan verified smart contract here

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can attempt to mint one of the verifiably random NFTs by connecting your Web3 Wallet to the Goerli testnetwork and navigating to http://localhost:3000/mint and clicking on the "Recruit Button".

Nolengrad Warriors (NGW) is an NFT project designed to utilize Chainlink's VRF Coordinator!

What is Chainlink's VRF you ask? Check it out here!

At it's core the VRF is an oracle that can be utilized by Smart Contracts for verified randomness.

This allows users to create elements of randomness within NFT projects like NGW!

Each warrior token is given a random hash and from that hash they acquire the given attributes:

  • Strength
  • Dexterity
  • Charisma
  • Wisdom
  • House
  • Rarity

The "House" and "Rarity" traits are used to evaluate which image the warrior will have. Also note, all the art is AI generated!!

Protected from NFT Sniping

The cool part you ask, all attributes are given ON MINT! What this means is there is no way to snipe a warrior with specific attributes. There is a private server that takes the values and stores the metadata in MongoDB.

About

Landing page for Nolengrad Warriors NFT projects. Includes Web3 functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages