Skip to content

Smr0303/Trillow

Repository files navigation

Real Estate NFT DApp

Trillow is a decentralized web application designed to facilitate seamless digital trading of real estate assets. It harnesses the concept of Rentable NFTs, implemented using ERC4907 standards. This enables users to effortlessly buy, sell, and list real estate properties in the form of NFT. It also ensures that every transaction on Trillow is executed with the approval of all involved parties—lenders, buyers, sellers, and inspecting agents—ensuring compliance and trustworthiness.

Alt text

Hosted Link

trillow.vercel.app

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)
  • Node.js (Backend Scripting)

Installation

  1. Clone the Repository

    git clone https://github.com/Smr0303/Trillow.git
    
  2. Now for installing packages do

     npm install
  3. Set Up Environment Variables

        RPC_URL
        PRIVATE_KEY 
        PRIVATE_KEY2
        PRIVATE_KEY3
       
  4. Now setup the smart contracts

    Open a new terminal to test locally

       npx hardhat node
    
  5. Deploy the contracts

    In seperate terminal

       npx hardhat run scripts/deploy.js --network localhost
    
  6. Running the application

       npm start