Created
January 16, 2018 13:48
-
-
Save thecreazy/e5da5205e6612207acbc52411d8b2075 to your computer and use it in GitHub Desktop.
Gist for my medium article on blockchain
This file contains 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
const block = { | |
'index': 1, | |
'timestamp': 1506057125.900785, | |
'transactions': [ | |
{ | |
'sender': "8527147fe1f5426f9dd545de4b27ee00", | |
'recipient': "a77f5cdfa2934df3954a5c7c7da5df1f", | |
'amount': 5, | |
} | |
], | |
'proof': 324984774000, | |
'previous_hash': "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment