OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Adding single call example #126

Closed chrisco512 closed 4 months ago

chrisco512 commented 4 months ago

Adds a SingleCall contract example which is useful for testing non-Stylus contracts in a Stylus context by routing calldata through the SingleCall contract to a target contract.

0xmadjosh commented 4 weeks ago

Hello in Rust how to build the calldata Vec ?