OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
249 stars 81 forks source link

Solidity's contract constructor feature not supported #77

Open target-san opened 1 year ago

target-san commented 1 year ago

Solidity supports contract constructors, yet Stylus doesn't. So contract developer is forced to invent some "initialized/not initialized" check and introduce distinct initialization method.