I am working on project where I want to mint some NFTs on Stellar using Soroban.
I am using @harsh owl millionlumens project to get the erc721 base implementation. Thank you for that 🙂
I have these questions regarding the storage since I want to make sure data is always available.
Do we need to bump the storage and why wee need to do it?
Is it a problem to store all NFT metadata on the ledger?