Skip to content

Instantly share code, notes, and snippets.

@joshuaaguilar20
Created December 18, 2018 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuaaguilar20/f329ec340c85eee7746cb63f28f83499 to your computer and use it in GitHub Desktop.
Save joshuaaguilar20/f329ec340c85eee7746cb63f28f83499 to your computer and use it in GitHub Desktop.
Blockchain
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