https://github.com/mohindar99/merchent_sale
This project is used for merchent items sale of buying and bidding where is winner would be decided by the front-end and pass the winner
https://github.com/mohindar99/merchent_sale
dapp ethereum-contract smartcontracts solidity
Last synced: 4 months ago
JSON representation
This project is used for merchent items sale of buying and bidding where is winner would be decided by the front-end and pass the winner
- Host: GitHub
- URL: https://github.com/mohindar99/merchent_sale
- Owner: mohindar99
- Created: 2023-01-02T16:54:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T18:14:12.000Z (over 2 years ago)
- Last Synced: 2025-01-09T06:35:00.429Z (5 months ago)
- Topics: dapp, ethereum-contract, smartcontracts, solidity
- Language: Solidity
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merchent Buying and Bidding of items :
## Introduction:
This is a project of the smart contract the had been designed based on the client requirements where th merchent items were kept for selling in terms of buying or bidding options for the buyers based on their intrest .## Functionality:
- As part of buying its directly sending the price of the item to the owner and the item would be registered as the bought by the admin.
- When it comes to bidding the buyer should have to pay 51% of the item price in order to play the game to win . As it is a 2 player game the contract would take total of 102% of the item ammount in which the winner would get the item and the 100% amount would be send to the owner and the remaining 2% is transferred to the admin of the market.## Basic requirements :
- Smart contract
- Hardhat configuration
- Meta mask## ToDo :
- The working of the front-end has to be done based on the client requirements and this soldity smart contract is to be added for the project .## Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```