A decentralized escrow smart contract built with Solidity.
This project allows two parties to securely exchange assets by using a smart contract as a trusted middle layer. The contract holds funds until the agreed conditions are completed.
The Escrow System allows users to:
- Create an escrow agreement
- Deposit funds into the contract
- Confirm transactions
- Release funds to the receiver
- Handle secure payments without a middleman
This project demonstrates how smart contracts can automate trust between parties.
- Solidity
- Remix IDE
- Ethereum Virtual Machine (EVM)
- Smart Contract Security Concepts