Meet friends from specific interests through the privacy-preserving P2P Coincidence network.
https://app.coincidence.network/
- Solidity 88.1%
- TypeScript 10.2%
- JavaScript 1.5%
- CSS 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
We had technical issues with the submission on ethglobal.com our video wasn't included! Including it here. |
||
| contract_foundry | ||
| public | ||
| scripts | ||
| src | ||
| .env.example | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .gitmodules | ||
| .mocharc.json | ||
| bun.lockb | ||
| components.json | ||
| deploy.sh | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| prettier.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
Coincidence
Connect, collaborate, & coincide, privately.
Created during ETH Global Istanbul 2023.
Problem it solves
Most match-making apps focus on dating, limiting other social interactions. They often misuse user data, compromising privacy and safety. Additionally, connecting over shared interests or finding projects can be challenging and time-consuming. This reveals a gap: the need for a platform that enables safe, interest-based connections, free from the typical privacy concerns, and what’s culturally associated with match-making apps.
How it works
- Create profile
- Add your interests
- Coincide with people sharing your interests
- Chat with your new friends
How to run
Visit https://app.coincidence.network/.
Use with Optimism Goerli Chain.
To run locally:
npm install && npm run dev
Challenges during implementation
- EAS: ethers v5 incompatibility with the EAS sdk. All schemas are unique, which is why all second attempts always run into error.
- Implementation of a full PSI protocol was over our time*complexity budget.
- We had some difficulties with the Typescript build system, pushing us to use Javascript in some places.
Authors and licensing
- Orpheus (https://github.com/orpheuslummis)
- Giovanni Fulin (https://github.com/aeither)
- Manuela Garcia Toro (https://github.com/AlumnaeGracia)
MIT license.