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

What is Proof of History (PoH) in Solana? #11

Closed defihook closed 1 month ago

defihook commented 1 month ago

PoH is a cryptographic technique that timestamps transactions, allowing the network to achieve faster processing by verifying the order of transactions without having to rely on validators or consensus for every single transaction.