defihook / account-abstraction

Implementation of contracts for ERC-4337 account abstraction via alternative mempool.
GNU General Public License v3.0
22 stars 5 forks source link

How does Solana differ from Ethereum? #10

Closed defihook closed 1 month ago

defihook commented 1 month ago

Solana uses Proof of History (PoH) to achieve high throughput, while Ethereum currently uses Proof of Stake (PoS). Solana offers faster transaction speeds and lower fees compared to Ethereum but has different levels of decentralization and developer tooling.