Any blockchain/web3 dev here? who can help me with...
# random
g
Any blockchain/web3 dev here? who can help me with some basic questions? ## Question What does gas budget means when publishing a fungible token? I was goingg
Sui
publishing move package. https://docs.sui.io/build/devnet#publish-a-move-module Here, They have this command
Copy code
sui client publish --path <your-sui-repo>/sui_programmability/examples/move_tutorial --gas-budget 30000
Where this
--gas-budget 30000
is bit unclear?
g
Maximum Gas Budget: The maximum number of gas units that can be expended by executing this transaction. If this budget is exceeded, transaction execution will abort and have no effects other than debiting the gas input. The gas input object must have a value higher than the gas price multiplied by the max gas, and this product is the maximum amount that the gas input object will be debited for the transaction.
https://docs.sui.io/devnet/learn/transactions#transaction-metadata Guess this must be it.
👍 1
g
Hey @glamorous-mouse-696 That makes so much sense. Do you mind if I could DM you and ask few more questions?
g
This thread should have more visibility and people with more knowledge on the topic who might pitch in too. 😁 Let's keep it here if you're okay with it.
2
g
That makes sense, I will keep it here. Thanks again 🙂
🙌 2
j
Happy to see people already building on Sui