OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

VM Storage Cache #115

Open rachel-bousfield opened 7 months ago

rachel-bousfield commented 7 months ago

Moves the Rust SDK trie cache into the Stylus VM, saving fees and reducing contract sizes.

Resolves STY-65