Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Week 3

Week 3 consisted in developing an NFT smart contract with on-chain metadata.

The challenge required the developer to:

  • Use the struct type to add more stats to the characters (Level, Speed, Strength, Life, ...) instead of only storing the level in a mapping.
  • Use pseudo-random number generation to initialize the character stats (Note that the solution implemented in this contract is not truly random).