Is it possible to call a read only function from an empty wallet or without a wallet?

AFAIC, you can call the simulate function both in TS and Rust sdks, but you need an instance of a wallet in order to do this. But if the wallet doesn’t have enough coins to cover the simulated tx fees, the simulation will fail

It’d be very nice to be able to simulate a transaction both with and without consideration of the tx fees

2 Likes

you must have some balance eth then you can perfom

1 Like

Doesn’t it make sense to allow read operations without any eth requirements? Ideally, without even an instance of a wallet

1 Like

Hey @mpoplavkov, @nasirmehmood is correct that you need ETH at the moment. However, our team is discussing a fix to allow read-only calls, you can follow here:

2 Likes