https://github.com/ayush272002/real-estate-application
A basic real estate application to demonstrate how smart contract works
https://github.com/ayush272002/real-estate-application
etherjs hardhat reactjs solidity
Last synced: 2 months ago
JSON representation
A basic real estate application to demonstrate how smart contract works
- Host: GitHub
- URL: https://github.com/ayush272002/real-estate-application
- Owner: Ayush272002
- License: mit
- Created: 2024-06-26T22:06:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T23:45:08.000Z (almost 2 years ago)
- Last Synced: 2025-07-06T00:08:23.477Z (12 months ago)
- Topics: etherjs, hardhat, reactjs, solidity
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real Estate NFT App
## Technology Stack & Tools
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- [Hardhat](https://hardhat.org/) (Development Framework)
- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)
- [React.js](https://reactjs.org/) (Frontend Framework)
- [Oppenzepplin](https://docs.openzeppelin.com/contracts/5.x/erc721) (Pre Built Smart Contracts)
## Requirements For Initial Setup
- Install [NodeJS](https://nodejs.org/en/)
## Setting Up
### 1. Clone/Download the Repository
### 2. Install Dependencies:
`$ npm install`
### 3. Run tests
`$ npx hardhat test`
### 4. Start Hardhat node
`$ npx hardhat node`
### 5. Import the test accounts into metamask wallet given by running the above command the order of the accounts will be buyer, seller, inspector, lender
### 5. Run deployment script
In a separate terminal execute:
`$ npx hardhat run ./scripts/deploy.js --network localhost`
### 7. Start frontend
`$ npm run start`