Created
December 18, 2018 03:07
-
-
Save joshuaaguilar20/f329ec340c85eee7746cb63f28f83499 to your computer and use it in GitHub Desktop.
Blockchain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nonce = how many times the sender has sent a transaction | |
https://anders.com/blockchain/block.html | |
Epic Learning video great video- | |
error in video 0000 is actually a number and not just for zeros (fyi) | |
blocktime- amount of time it takes to get to this number | |
to = my account address | |
value = amount to send to target adddress | |
gasPrice - amount of eather sender is willing to pay per unit of gas | |
to get this transaction finished. | |
startGas = amount of gas this transaction can consume | |
v s r = phd crypto stuff | |
Smart Contracts- Create Contract Source- then that source code can be used to deploy on other networks | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment