You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not even be possible. There are two routes I can see.
More elegant route. Find an email from Twitter that includes the follower count (this may not exist). Make a ZK circuit to mask just that out, and then convert to an integer and prove that you have an account with at least K followers. To write this body regex, good to quickly tackle issue 16 first to utilize a new regex.
Less elegant route. This will not work in the long term and adds an extra trust assumption on the Merkle tree calculation accuracy. You can make (and periodically re-upload) a huge merkle tree of all Twitter usernames, and the ZK circuit proves membership of your account in that tree, and masks out the follower count to the nearest power of 10. This doesn't really work since you trust that the person constructing the Merkle tree didn't screw with it, which is very hard.
The text was updated successfully, but these errors were encountered:
This may not even be possible. There are two routes I can see.
More elegant route. Find an email from Twitter that includes the follower count (this may not exist). Make a ZK circuit to mask just that out, and then convert to an integer and prove that you have an account with at least K followers. To write this body regex, good to quickly tackle issue 16 first to utilize a new regex.
Less elegant route. This will not work in the long term and adds an extra trust assumption on the Merkle tree calculation accuracy. You can make (and periodically re-upload) a huge merkle tree of all Twitter usernames, and the ZK circuit proves membership of your account in that tree, and masks out the follower count to the nearest power of 10. This doesn't really work since you trust that the person constructing the Merkle tree didn't screw with it, which is very hard.
The text was updated successfully, but these errors were encountered: