# millow **Repository Path**: xianyuone/millow ## Basic Information - **Project Name**: millow - **Description**: nft房产交易教学 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-04 - **Last Updated**: 2024-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`