Includes changes to the .gitignore for autogenerated files by hardhat and typechain, as well as a simple implementation of an ERC721 contract which allows everyone to mint, making it possible in tests to have external NFTs.
These external NFTs also have a tokenURI set, which can be mocked in tests using stuff like nock.
Includes changes to the .gitignore for autogenerated files by hardhat and typechain, as well as a simple implementation of an ERC721 contract which allows everyone to mint, making it possible in tests to have external NFTs. These external NFTs also have a
tokenURI
set, which can be mocked in tests using stuff likenock
.