📄️ Project Setup
In this section we'll go over how you can create your own NFT to use in the game.
📄️ Writing an Erc 721 Contract
We'll use Solidity to create a very simple NFT (ERC721) smart contract.
📄️ Smart Contract Testing
In the Project Setup section we already ran the npx hardhat test command, however we haven't looked at the code for our tests yet.
📄️ Smart Contract Deployment
The code to deploy our smart contract is in scripts/deploy.js.
📄️ NFT Usage
To use the nft we created by ourselves we need to start up our development server for dino runner client again or just use the version hosted by us.