.json
files to the respective images
and metadata
folders. Your project should be structured like this:nft.storage
./metadata
. Let's take a look at one of them.baseTokenUri
for your project. This way, the contract knows how to associate each token ID with an individual token URI without having to send the contract a list of URIs. All token URIs can be determined by appending the token ID to the base URL.config.js
with this baseTokenUri
.