
Compilation of the original text: Deep Tide TechFlow
Compilation of the original text: Deep Tide TechFlow
This article is a reflection of Paradigm CTO Georgios Konstantopoulos during ETHDenver. He mentioned six potential projects that he would like to see developed.
The first one is OP-Reth, which is an OP Stack that implements Optimistic Rollup design. The design aims to be as close to Ethereum as possible. He would like to see OP-Reth implemented on Reth.
The second project is wagmi_sh x Foundry full-stack hacks. Wagmi is a Web3 front-end library that is rapidly rising to become one of the most popular front-end libraries. Wagmi CLI allows rapid iteration on full-stack hackathon projects with Foundry integration.
The third project is to replace primitive types in Rust code with Ruints. They want to replace primitive types in all Rust code with Recmo's Ruint. But to solve the replacement problem between ethabi internal type and Ruint.
The fourth project is Ganache-UI but for Anvil. Ganache-UI is a very popular GUI for Ethereum native nodes. Georgios would like to see a similar interface, but for Anvil.
The fifth item is ABI -> UI generation. He hopes to see React components like AMM/Lending/NFT/... that can abstract common on-chain operations. Because Georgios felt that the existing Etherscan-esque buttons and input boxes were not enough and more thoughtful components were needed.
The last is MEV Share, a programmable private order flow that redistributes MEV and moves towards decentralized block building by empowering users. This project was recently proposed, and while it's doable, it's not for beginners.