Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohanranjan25061996/escrow-contract
Escrow Contract on ethereum testnet n/w rinkeby.
https://github.com/rohanranjan25061996/escrow-contract
ethereum ethereum-contract etherjs hardhat reactjs solidity-contracts
Last synced: 5 days ago
JSON representation
Escrow Contract on ethereum testnet n/w rinkeby.
- Host: GitHub
- URL: https://github.com/rohanranjan25061996/escrow-contract
- Owner: rohanranjan25061996
- Created: 2022-03-24T12:33:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T14:10:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-20T23:00:47.561Z (2 months ago)
- Topics: ethereum, ethereum-contract, etherjs, hardhat, reactjs, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escrow-Contract
https://escrow-contract.netlify.app
Smart Contract Address : 0xF92D221205390B4BcEf6D30E96f1BFD7D6E6D936 (on testnet n/w rinkeby)
An escrow agreement is a contract that outlines the terms and conditions between parties involved, and the responsibility of each. Escrow agreements generally involve an independent third party, called an escrow agent, who holds an asset of value until the specified conditions of the contract are met.
In this app Seller or Byuer can make deal, any on them can create contract here, after the deal discussion both can initaite the deal, it must be initiate by both parties, then buyer can deposit his amount to smart contract and after the coniform payment by buyer only deal will complete. In mid of these process, if some agreements which not satisy either seller or buyer, they have option to cancel the deal and deal again become to initial state, if amount is deposited by buyer to smart contract then amount will be refunded in buyer account.
Note: If deal will coniform by buyer then buyer or seller have no option to cancel the deal.
# Technologies
### Frontend
1. React Js### Backend
1. Solidity (Smart Contract v:0.8.4)
2. Hardhat
3. Infuraopen for the suggestions..
Thank you so much.......