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))
6 Likes

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

2 Likes

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

1 Like

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.

1 Like