Rust sdk example is out dated

with new sdk, the following code doesn’t work, can someone update it? Or show me how execute a transaction?

// Execute the transaction
    let transaction_response = sui
        .quorum_driver()
        .execute_transaction_block(Transaction::from_data(transfer_tx, Intent::default(), signature))
5 Likes

We’re working on a set of new examples! Should be out shortly and I will write back here when they’re live!

1 Like

don’t need to reply here, I suggest you guys can start something like “Rust Weekly”

Thank you for your suggestion, we’ve been talking about having something like that.

For posterity and for other folks that might find this thread at a later time, there are now some basic examples in the sui-sdk crate folder.