Today i will be sharing with the house some insight from my course and studies on Gas Price and Gas Limit.
I'll also need more clarification about what I'm not getting right. Here is an excerpt:
Let’s imagine that somebody needs to get from point A to B in his car. For making it possible car needs to be filled with gasoline.
For example, gasoline will cost $10 per gallon. And to cover the same distance always the same amount of gasoline should be spent.
Then let it be for covering the distance from A to B 50 gallons of gasoline should be spent which means that forces making it possible the amount of $500 should also be spent.
In this example, we have 1 gallon = 1 point of gas and 10$ is a gas price for this one gas point.
This is probably the easiest example of how Ethereum fee system works. Might be that is why gas in Ethereum is called so.
Areas I want us to throw light on are as follow:
1. How's the ethereum fee system different from bitcoin fee system?
2. In smart contract we understand that there are three types of memory saving storage.
a. The Volatile stack access
b. The Volatile memory access
c. The Non-volatile
How do these storages type affect or determine the cost of storage on the ethereum blockchain?
3. Share other knowledge you have regarding this topic for the general benefit of all.