Hello, 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...