https://github.com/bytangle/blind-auction
Experimental implementation of a blind-auction DApp
https://github.com/bytangle/blind-auction
Last synced: 9 months ago
JSON representation
Experimental implementation of a blind-auction DApp
- Host: GitHub
- URL: https://github.com/bytangle/blind-auction
- Owner: bytangle
- Created: 2022-09-20T12:01:53.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-25T19:45:28.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T07:40:13.128Z (about 1 year ago)
- Language: Solidity
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blind Auction Dapp
An experimental blind aution DApp. This repo contains the smart contract as well as the frontend DApp (though without the UI)
-- This implimentation focuses on the privacy and security aspects of developing smart contracts, i.e how to use hashing to ensure these features are integrated into your smart contracts properly