rooch-network / rooch

Fully on-chain Application Container with Move Language
https://rooch.network
Apache License 2.0
124 stars 50 forks source link

[Framework] TransactionAbstraction #14

Closed jolestar closed 9 months ago

jolestar commented 1 year ago

Decode the transaction in the Move code and provide an extension mechanism to the developers(Who want to embed MoveOS in their App). Compatible with ETH transactions.

baichuan3 commented 11 months ago

Transaction lifecycle in Layer1

image

Transaction Abstraction

image

Transaction execute in VM

image