Skip to content

I developed this project during my third year of studies, focusing on a topic of my own choice. This was my first contact with Solidity, blockchain and smart contracts.

Notifications You must be signed in to change notification settings

MeHacking/PurchaseAgreement-SmartContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Purchase Agreement Smart Contract

This smart contract represents a decentralized purchase agreement between a buyer and a seller. It enables the buyer to place an order, the seller to set the price, and the buyer to confirm and complete the payment securely on the Ethereum blockchain.

The contract ensures transparency through event logging and includes conditions to prevent unauthorized access or premature actions. It can be used for simple procurement workflows with escrow-like behavior.

Features

  • Order creation by buyer
  • Price setting by seller
  • Buyer confirmation and payment
  • Secure ETH transfer via smart contract
  • Event logging for transparency

About

I developed this project during my third year of studies, focusing on a topic of my own choice. This was my first contact with Solidity, blockchain and smart contracts.

Resources

Stars

Watchers

Forks