Skip to content

Instantly share code, notes, and snippets.

@shazin
Created October 3, 2017 15:38
Show Gist options
  • Save shazin/e39b178c9fc11295557dfc61e416f705 to your computer and use it in GitHub Desktop.
Save shazin/e39b178c9fc11295557dfc61e416f705 to your computer and use it in GitHub Desktop.
BlockChain
{
"chain": [
{
"index": 1,
"timestamp": 1507040257518,
"transactions": [],
"proof": 100,
"previousHash": "1"
},
{
"index": 2,
"timestamp": 1507040265932,
"transactions": [
{
"sender": "0",
"recipient": "6e79c809332146b381e4a05b3a3611b4",
"amount": 1
}
],
"proof": 15347,
"previousHash": "05b63a2e2967e272c697bd9a42808f3e058665f597dd00d90c45fded87dea36f"
},
{
"index": 3,
"timestamp": 1507040267619,
"transactions": [
{
"sender": "0",
"recipient": "6e79c809332146b381e4a05b3a3611b4",
"amount": 1
}
],
"proof": 149703,
"previousHash": "2448e433664129f419d6b140989e4c1c5be1f39751f3eec3d7b5a31c9930570d"
},
{
"index": 4,
"timestamp": 1507040270049,
"transactions": [
{
"sender": "0",
"recipient": "6e79c809332146b381e4a05b3a3611b4",
"amount": 1
}
],
"proof": 30689,
"previousHash": "580acc47987af4f9b5aa939b05282393d1406bf52ea836755e0cbeb99acc8b74"
}
],
"length": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment