Mathgobbo / nft-warriors-contract

A Dynamic NFT collection where you can mint Warriors and level them Up! Built with Hardhat, Solidity, using the ERC721 standard. Deployed in the Polygon blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT WARRIORS ⚔️

This project contains the code for a ON-CHAIN dynamic NFT collection, called NFT Warriors. It is deployed in the Polygon Mumbai testnet, and everyone can mint your own NFT Warrior.

The contract is verified and you can see and play with it in polygonscan here

It was built using Hardhat, with unit tests and Typescript.

Warrior Details

These warriors have the following attributes:

  • Name
  • Description
  • Image (HTTPS link or IPFS Link or Hash)
  • Race (Human, Dwarf, Elf and Orc)
  • Class (Warrior🪓, Knight🛡️, Thief🗡️, Archer🏹 and Sorcerer🧙)

And they also have other attributes that are determined by their Class:

  • Health Points
  • Mana
  • Strength
  • Dexterity
  • Intelligence
  • Faith

Don't waste more time and mint your NFT Warrior!

Play with it Clicking here!

About

A Dynamic NFT collection where you can mint Warriors and level them Up! Built with Hardhat, Solidity, using the ERC721 standard. Deployed in the Polygon blockchain.


Languages

Language:Solidity 55.0%Language:TypeScript 45.0%