Porovnat revize

...

5 Commity

Autor SHA1 Zpráva Datum
Mykola Siusko ec1ba426d8
Update Scoringmodel_techies.md 2023-11-09 17:47:29 +01:00
Mykola Siusko 7a8c0fd073
Update Scoringmodel_techies.md 2023-11-09 17:40:43 +01:00
Mykola Siusko ef90b1f48a
Update Scoringmodel_techies.md 2023-11-09 17:39:57 +01:00
Mykola Siusko 0a2940becc
Update Scoringmodel_techies.md 2023-11-09 16:48:23 +01:00
Mykola Siusko 06cdb583f1
Update Readme.md 2023-11-09 16:24:36 +01:00
2 změnil soubory, kde provedl 15 přidání a 3 odebrání

Zobrazit soubor

@ -2,9 +2,9 @@
_We are shipping an educational website to help the general public understand whether a web3-service is private or not. Its core feature - scoring mechanism validated by the market (reference: web3 - l2beat, web2 - IMDB)._
| Original idea | Privacy market survey | Scoring model MVP | Community feedback model 1.1 | ETHRome data set | DeFi category scoring x model 1.2 |
| ------------- | ------------- |------------- |------------- | ------------- | ------------- |
| [link](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform) | [link](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform/scoringmodel/Survey) | [link](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/Web3Privacy%20Now%20scoring%20platform_test%20framework.pdf) | [link](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/E9QPx9iKgPXPqEsAN-YklipSRJy9VTBMOLwwEcqqVpU) | [link](https://taikai.network/ethrome/hackathons/ethrome-23/projects/clng508ts00lswu01030hpfuq/idea) | [link](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/DeFi%20category%20prototype.md) |
| Original idea | Privacy market survey | Scoring model MVP | Community feedback model 1.1 | ETHRome data set | DeFi category scoring x model 1.2 | Playbook for non-techies 1.3 |
| ------------- | ------------- |------------- |------------- | ------------- | ------------- | ------------- |
| [link](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform) | [link](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform/scoringmodel/Survey) | [link](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/Web3Privacy%20Now%20scoring%20platform_test%20framework.pdf) | [link](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/E9QPx9iKgPXPqEsAN-YklipSRJy9VTBMOLwwEcqqVpU) | [link](https://taikai.network/ethrome/hackathons/ethrome-23/projects/clng508ts00lswu01030hpfuq/idea) | [link](https://github.com/web3privacy/web3privacy/blob/main/Web3privacynowplatform/scoringmodel/DeFi%20category%20prototype.md) | [link](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/90XEXa7AG_qc-VgYKs40i88xB1HF97gr1zqb-qvnif0) |
**17 Oct, 2023 update**

Zobrazit soubor

@ -40,6 +40,7 @@ _Validity track covers GitHub, Product-readiness, Team, Docs, Audit._
- read the documentation: is it comprehensive?
- how well-written are privacy & security assumptions/guarantees?
- if aplicable: how well-written is encryption method? [example](https://developer.litprotocol.com/v3/sdk/access-control/encryption)
- is Whitepaper marketing or dev-centric?
**Team**
* Check if there are known contributors (reputation 101)
@ -105,8 +106,19 @@ _Validity track covers GitHub, Product-readiness, Team, Docs, Audit._
| p2p / no central server | + |
| Trustless - No ID required (this is where ZKs are useful) | + |
**example**: "with the unirep protocol we're building an explorer that shows all the things happening in the system. So a user could see their epoch keys and attestations and see how they're distinct in the system. One thing we might do is write what can and can't be determined about the different identifiers".
## Testing
| Scoring | Techie |
| ------------- | ------------- |
| try to trace a transaction | + |
| Other tooling to verify e.g. block explorers | + |
## Hardcore
from community
* use a packet inspection tool such as #Wireshark to check all packets coming into your machine and going out
* using something like https://charlesproxy.com to see all the traffic
* Android: Feel free to test it at @ExodusPrivacy, a friendly service to investigate Android apps.
* Android: check @fdroidorg and verify the “no anti-features” tag. Weve worked hard to remove dependency on third-party services and strictly require users consent before opting-in to sharing information. [Example](https://f-droid.org/en/packages/com.nighthawkapps.wallet.android/)