撰写:Georgios Konstantopoulos
Compiled by: TechFlow
This article is a collection of thoughts shared by Paradigm CTO Georgios Konstantopoulos during ETHDenver. He mentioned six potential projects he would like to see developed.
The first is OP-Reth, which is an OP Stack that implements the Optimistic Rollup design. The design is intended to be as close to Ethereum as possible. He hopes to see OP-Reth implemented on Reth.
The second project is wagmi_sh x Foundry full-stack hacks. Wagmi is a Web3 frontend library that is quickly becoming one of the most popular frontend libraries right now. Wagmi CLI allows for rapid iteration on full-stack hackathon projects with Foundry integration.
The third project is to use Ruint to replace the basic types in Rust code. They hope to replace all the primitive types in Rust code with Recmo's Ruint. But they have to solve the problem of replacing ethabi internal types with Ruint.
The fourth project is Ganache-UI but for Anvil. Ganache-UI is a very popular GUI for Ethereum local nodes. Georgios would like to see a similar interface, but for Anvil.
The fifth project is ABI -> UI generation. He hopes to see React components like AMM/Lending/NFT/... that can abstract common on-chain operations. Because Georgios believes that the existing Etherscan-esque buttons and input boxes cannot meet the needs, more insightful components are needed.
The last one is MEV Share, a programmable private order flow that redistributes MEV by empowering users and moves towards decentralized blockchain construction. This project was recently proposed, and while it is feasible, it is not suitable for beginners.
Original link