/RealEstate-BlockChain

Web3.0 real estate app using Solidity, Ethereum, Hardhat, React

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Real Estate NFT DApp

Technology Stack & Tools

1. Install Dependencies:

$ npm install

2. Run tests

$ npx hardhat test

3. Start Hardhat node

$ npx hardhat node

4. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

6. Start frontend

$ npm run start