https://github.com/bitcodr/blockchain-realstate
https://github.com/bitcodr/blockchain-realstate
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcodr/blockchain-realstate
- Owner: bitcodr
- Created: 2024-03-15T09:03:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T09:05:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T17:38:53.114Z (about 1 year ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Estate NFT DApp
## 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)
## 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. Run deployment script
In a separate terminal execute:
`$ npx hardhat run ./scripts/deploy.js --network localhost`
### 7. Start frontend
`$ npm run start`