George Prospergmako6.hashnode.dev·May 29, 2023Real Estate NFT Minter UIHello, here's an updated version of the React.js UI using the ethers.js library to interact with the NFT minter contract: import React, { useState } from 'react'; import { ethers } from 'ethers'; import RealEstateNFTContract from './contracts/RealEst...DiscussReal Estate Blockchain basedUI