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
If I want to build a EVM-compatible rollup that does not rely on the L1 (so technically a validium), what are the steps I would need to take to make it reth work for my use case?
I want the rollup node to:
Be compatible with Metamask out of the box
Collect transactions coming from users
Validate those transactions using the provided EVM engine (sorry I am still not very familiar with the terminology here)
Every N minutes, batch those transactions into something that looks like a block (but it's a batch, really)
Do something with this new batch of transactions
Is this currently possible, one way or another, with what reth currently provides? How much effort would that be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to build a EVM-compatible rollup that does not rely on the L1 (so technically a validium), what are the steps I would need to take to make it reth work for my use case?
I want the rollup node to:
Is this currently possible, one way or another, with what reth currently provides? How much effort would that be?
Thanks all that answer my question!
Beta Was this translation helpful? Give feedback.
All reactions