56 lines
1.1 KiB
Markdown
56 lines
1.1 KiB
Markdown
# DatingDapp
|
|
|
|
|
|
### Prize Pool
|
|
|
|
- Starts: February 06, 2025 Noon UTC
|
|
- Ends: February 13, 2025 Noon UTC
|
|
|
|
- nSLOC: 197
|
|
|
|
[//]: # (contest-details-open)
|
|
|
|
## About the Project
|
|
|
|
Roses are red, violets are blue, use this DatingDapp and love will find you.! Dating Dapp lets users mint a soulbound NFT as their verified dating profile. To express interest in someone, they pay 1 ETH to "like" their profile. If the like is mutual, all their previous like payments (minus a 10% fee) are pooled into a shared multisig wallet, which both users can access for their first date. This system ensures genuine connections, and turns every match into a meaningful, on-chain commitment.
|
|
|
|
[//]: # (contest-details-close)
|
|
|
|
[//]: # (scope-open)
|
|
|
|
## Scope (contracts)
|
|
|
|
```js
|
|
src/
|
|
├── LikeRegistry.sol
|
|
├── MultiSig.sol
|
|
├── SoulboundProfileNFT.sol
|
|
```
|
|
|
|
## Compatibilities
|
|
|
|
Chains:
|
|
- Ethereum/EVM Equivalent
|
|
|
|
Tokens:
|
|
- ERC721 standard
|
|
|
|
|
|
[//]: # (scope-close)
|
|
|
|
[//]: # (getting-started-open)
|
|
|
|
## Setup
|
|
|
|
Coming soon!
|
|
|
|
[//]: # (getting-started-close)
|
|
|
|
[//]: # (known-issues-open)
|
|
|
|
## Known Issues
|
|
|
|
None Reported
|
|
|
|
[//]: # (known-issues-close)
|