Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zkTube to layer 2 solutions #2997

Merged
merged 3 commits into from May 17, 2021
Merged

Add zkTube to layer 2 solutions #2997

merged 3 commits into from May 17, 2021

Conversation

Dave2022
Copy link
Contributor

@Dave2022 Dave2022 commented May 7, 2021

Description

Related Issue

@github-actions github-actions bot added needs review 👀 Review is needed for this issue or pull request content 🖋️ This involves copy additions or edits labels May 7, 2021
@wackerow
Copy link
Member

(copy/pasted below comment from #2986... @Dave2022 lets try to keep this to one PR and one conversation 🙏🏻 )


@Dave2022 Hey! Thanks for suggesting this... Mind providing a little more information on zkTube? The info asked for is below, thanks!


Before submitting this suggestion, be sure to read our listing policy for dev tools

Product name:

Name of the product

Product description:

What does it do?

How long has it been around?

We prioritise products that are battle-tested.

Where do you think it should go?

List the pages where you think this tool is most relevant on ethereum.org

GitHub URL

Please provide a link to the product's repo.

Docs URL

Please provide a link to the product's docs.

Is the product open source?

We prioritise open source projects when possible.

Additional context

Add any other context or screenshots about the feature request here.

@wackerow wackerow changed the title Update index.md Add zkTube to layer 2 solutions May 10, 2021
@wackerow wackerow mentioned this pull request May 10, 2021
@wackerow wackerow added the question ❓ Further information is requested label May 10, 2021
@Dave2022
Copy link
Contributor Author

Before submitting this suggestion, be sure to read our listing policy for dev tools

Product name:

zktube

Product description:

ZKTube is a project built and developed on Layer2 using PLONK protocol based on ZK rollup technology. It can improve scalability by converting batch transfers into a single transaction. Its essence is to compress the user state on the chain and store it in a Merkle tree and transfer the user state change to the chain, while ensuring the correctness of the user state change process under the chain through a zero-knowledge proof mechanism. The cost of directly processing user state changes on the chain is relatively high, but only using the smart contract on the chain to verify the correctness of a zero-knowledge proof PROOF is relatively low. In addition, the required remittance information is transmitted to the contract along with the certificate, which is convenient for users to verify accounts.

How long has it been around?
4 months

Where do you think it should go?
Use ZK-rollups
Multiple implementations of ZK-rollups exist that you can integrate into your dapps:
zktube:https://zktube.io/

GitHub URL
https://github.com/zktube/zktube-in
Note: Since the mainnet has not yet been launched, we can only open source the front-end. After the back-end and the mainnet are online, we will open source immediately

Docs URL
https://zktube.medium.com/zktube1-0-whitepaper-8d942cbd30a3

Is the product open source?
We are an open source project. For security reasons, we will open source the front-end code first, and open source the back-end code after the mainnet is online.

Additional context

image

@wackerow
Copy link
Member

@Dave2022 Just had to move this to the new rollups URL location as the scaling section has been revamped a bit recently... thanks for the suggestion!

@wackerow wackerow merged commit b4dade2 into ethereum:dev May 17, 2021
@wackerow
Copy link
Member

@all-contributors please add @Dave2022 for ideas

@allcontributors
Copy link
Contributor

@wackerow

I've put up a pull request to add @Dave2022! 🎉

@wackerow wackerow mentioned this pull request May 17, 2021
@samajammin samajammin mentioned this pull request May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits needs review 👀 Review is needed for this issue or pull request question ❓ Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants