Author

Topic: Learn the Ethereum Storage Types in an Easy Way. (Read 127 times)

member
Activity: 490
Merit: 31
There is gold in volatility..
This is my first time to post in this board. Its will be great to learn from you all.

 I want members of this forum to share insights on this aspect of solidity programming and ethereum.

In my studies I discovered that solidity programming has the following memory types. They include:

1. Storage:  The min. capacity is 8bit while the max. capacity is 256bit.

2.Memory: the min  capacity is 8bit while the max. is capacity 256bit.

3. Stack: The min. word capacity is 256bit while the max  word capacity is 1024bit.

The areas I want members to throw light on are as follow:

1. How do we differentiate these forms of memory storage of the ethereum blockchain in practical sense?

2. How does the storage affect the gas price and the cost of maintenance of the ethereum blockchain?

3. Are there any ways these storages resemble bitcoin blockchain storage capacity?
Jump to: