What does gas budget means when publishing a fungible token?
I was going Sui publishing move package.
https://docs.sui.io/build/devnet#publish-a-move-module
Here, They have this command
sui client publish --path <your-sui-repo>/sui_programmability/examples/move_tutorial --gas-budget 30000
Where this --gas-budget 30000
is bit unclear? like, I am new to web3/blockchain but I always thought gas price isn't decided by user.
Can someone please explain me or point me to the direction I should look at.