🍟 add some gas info

This commit is contained in:
bt3gl 2022-09-29 04:07:19 -07:00 committed by GitHub
parent 6799e7e8aa
commit 9a566598c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
<br>
#### Gas is the cost to for on-chain computation and storage.
#### Examples: addition costs 3 gas, Keccak-256 costs 30 gas + 6 gas for each 256 bits of data being hashed, sending a transaction costs 21,000 gas.
<br>