This is my first decentralized application (dApp) built using React, Ethers.js, and Solidity. It allows users to create secure escrow contracts between a buyer and seller, with an arbiter approving or returning the funds.
- Deploy new Escrow contracts
- Role-based actions:
- Buyer creates the contract
- Seller receives funds upon approval
- Arbiter approves or returns funds
- Frontend built with React + Ethers.js
- Smart Contract: Solidity
- Frontend: React.js
- Blockchain Integration: Ethers.js
- Network: Sepolia ETH
git clone https://github.com/your-username/my-escrow-dapp.git
cd Escrow3
npm install
npm run dev