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).