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.
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- React.js (Frontend Framework)
- Node.js (Backend Scripting)
-
Clone the Repository
git clone https://github.com/Smr0303/Trillow.git
-
Now for installing packages do
npm install
-
Set Up Environment Variables
RPC_URL PRIVATE_KEY PRIVATE_KEY2 PRIVATE_KEY3
-
Now setup the smart contracts
Open a new terminal to test locally
npx hardhat node
-
Deploy the contracts
In seperate terminal
npx hardhat run scripts/deploy.js --network localhost
-
Running the application
npm start