You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployment script (Deploy.js) is not complete because it doesn't include the necessary steps to deploy the Contract.sol contract.
Right now, it only covers deploying the RealEstate.sol contract, leaving out the Contract.sol deployment entirely.
The text was updated successfully, but these errors were encountered:
- [x] Added Memory keyword for string datatype
- [x] Memory usage Optimization
- [x] Made function payable and transferred nft after successful
transfer of funds to the user
- [x] remove unnecessary code and optimized the function for seller
- [x] added visiblity keyword external for ERC721 interface
- [x] Completed the deployment script of Contract.sol
The deployment script (Deploy.js) is not complete because it doesn't include the necessary steps to deploy the Contract.sol contract.
Right now, it only covers deploying the RealEstate.sol contract, leaving out the Contract.sol deployment entirely.
The text was updated successfully, but these errors were encountered: