Skip to content

Commit

Permalink
Update cards
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Dec 10, 2024
1 parent 10cf78a commit 638ab40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions cards/Rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ZK Rollup relies on validity proofs to verify that changes in the rollup network

| Criteria | Optimistic Rollup | ZK Rollup |
| :---: | --- | --- |
| Costs | The major cost comes from submitting batches to the Ethereum | The major cost comes from generating zk proof |
| Ethereum Compatibility | It has highest smart contract compatiblity with Ethereum, support any contracts without modification| The smart contract compatiblity is not so good, require the developers to change or rewrite the contracts with dedicated tools |
| Security | The security relies on the chain monitor within the challenge window | No monitor work, but zk-rollup requires a trusted setup assumeption |
| Latency | Has lower latency for the transaction confirmatioin, but higher latency for the finality(due to challenge mechanism) | Has higher latency for the transaction confirmation(due to zk proof generation), but lower latency for the finality |
| Costs | Major cost comes from submitting batches to Ethereum | Major cost comes from generating zk proofs |
| Ethereum Compatibility | Highest smart contract compatibility with Ethereum; supports any contracts without modification | Lower smart contract compatibility; requires developers to change or rewrite contracts with dedicated tools |
| Security | Relies on chain monitoring within the challenge window | No monitoring required, but relies on a trusted setup assumption |
| Latency | Lower latency for transaction confirmation, but higher latency for finality due to the challenge mechanism | Higher latency for transaction confirmation due to zk proof generation, but lower latency for finality |

15 changes: 8 additions & 7 deletions cards/Web3 Wiki.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#awesome-card #explain-card #show-card #grant-card

>[!note]
>This is an open-source, community-driven project, and we welcome contributions from anyone interested in Web3 technologies. If you would like to contribute, please submit a pull request to [our GitHub repository](https://github.com/web333wiki/web3-wiki) or join our [Telegram group](https://t.me/+yRR8fEa8x6VlMTc1) to discuss your ideas.
## Purpose

This wiki aims to provide comprehensive knowledge and product information about the [[Web3]] ecosystem. It covers topics ranging from basic to advanced levels. You can start from any point of interest and navigate to related topics, allowing you to learn quickly and deeply. We hope you find this wiki beneficial each time you visit.
Expand All @@ -11,11 +14,11 @@ The wiki is composed of thousands of cards, each representing a piece of knowled
There are four types of cards in this wiki:


| Card Type | Description |
| :--------- | --- |
| `explain-card` | Explains a concept, technology, or protocol, such as [[Hard fork]] or [[Rollup]]. |
| `show-card` | Showcases a project, tool, or service, such as [[Solana]] or [[Etherscan]]. |
| `awesome-card` | Collects awesome resources, such as [[Awesome Ethereum]] or [[Awesome Polkadot]]. |
| Card Type | Description |
| :------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `explain-card` | Explains a concept, technology, or protocol, such as [[Hard fork]] or [[Rollup]]. |
| `show-card` | Showcases a project, tool, or service, such as [[Solana]] or [[Etherscan]]. |
| `awesome-card` | Collects awesome resources, such as [[Awesome Ethereum]] or [[Awesome Polkadot]]. |
| `grant-card` | Describes grant programs, making it easier for developers to find the right grant to apply for, such as [[Grants Darwinia]]. |

You can click on a tag within a card to see all cards with the same tag. That's all you need to know to start using this wiki.
Expand All @@ -25,8 +28,6 @@ You can click on a tag within a card to see all cards with the same tag. That's
>[!tip]
> This wiki is built using [Obsidian](https://obsidian.md), so you'd better familiarize yourself with it before contributing, If not, you can still contribute by editing the markdown files directly on GitHub.
This is an open-source, community-driven project, and we welcome contributions from anyone interested in Web3 technologies. If you would like to contribute, please submit a pull request to [our GitHub repository](https://github.com/web333wiki/web3-wiki) or join our [Telegram group](https://t.me/+yRR8fEa8x6VlMTc1) to discuss your ideas.

To contribute, you can submit a new card with a specific tag or improve an existing card. For new cards, you can follow the templates below:

* [[Template explain-card]]
Expand Down

0 comments on commit 638ab40

Please sign in to comment.