An open API service indexing awesome lists of open source software.

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

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
```