liquity / ChickenBond

GNU General Public License v3.0
32 stars 5 forks source link

NFT image should come from onchain blob data #188

Closed edmulraney closed 1 year ago

edmulraney commented 2 years ago

Replace static NFT placeholders with real data from NFT token.

JSON.parse(atob(tokenURI_result))

Can't display claimed / cancelled images until the contract is deployed which will resolve the images.

if bondNFT.owner() === 0x00 address) - it is the final version (with nfts for claim/cancel)