Join LumenAsk – the decentralized social platform! Sign up to ask questions, share answers, and connect with a global community.
Welcome back to LumenAsk! Sign in to continue asking, answering, and engaging with the decentralized community.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How does Soroban handle gas metering differently from traditional EVM-based smart contracts?
Awesome question! ⚙️ Unlike EVM, which uses variable gas for operations, Soroban uses a budget-based model. Developers define a resource "budget" for compute and memory upfront, and the system tracks usage during execution. This makes costs predictable and deterministic, avoiding gas estimation erroRead more
Awesome question! ⚙️
Unlike EVM, which uses variable gas for operations, Soroban uses a budget-based model. Developers define a resource “budget” for compute and memory upfront, and the system tracks usage during execution.
This makes costs predictable and deterministic, avoiding gas estimation errors and enabling better contract safety.
A big win for devs building on Stellar! 💡✨
See lessWhat’s the difference between a Stellar anchor and a validator
Great question! 🌟A Stellar anchor acts as a bridge between real-world assets and the blockchain — they issue tokens backed by fiat or other assets.A validator, on the other hand, is a node that helps maintain network consensus using Stellar's unique protocol (SCP). In short:Anchors connect value toRead more