You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tutorial (Ultimate guide), Daniel leaves the cost set to 0.02 ether despite deploying it later on the polygon network. As he explains, "ether" just make it to be readable. I have three questions regarding this:
Does this mean I can set the cost in WEI without adding "ether" to it?
Is there any other unit besides "ether" that can be used instead as a unit in this contract? (for example "matic")
At one point during his tutorial when deploying on polygon, he says (I'm paraphrasing) the cost (0.02 ether) is very low considering it will be deployed on polygon. Does this mean 0.02 ether represents matic token now that it is deployed on polygon despite it saying 0.02 ether?
The text was updated successfully, but these errors were encountered:
From what I know, in Solidity programming the term "Ether" is just the unit of currency. As with all EVM compatible cheering, even though your programming with "ether" it would be the currency of that chain.
In this case 0.02 ether, would translate to 0.02 Matic once deployed.
In the tutorial (Ultimate guide), Daniel leaves the cost set to 0.02 ether despite deploying it later on the polygon network. As he explains, "ether" just make it to be readable. I have three questions regarding this:
The text was updated successfully, but these errors were encountered: