Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Mar 20, 2024
1 parent 5c6062b commit 854dfa9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
24 changes: 24 additions & 0 deletions assets/db/chain/0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"index": 0,
"chainName": "GoodChain",
"timestamp": 1710964142778,
"transactions": [
{
"from": null,
"to": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAIMkeupFaMmNzCByLNeYdFp2IfROyN64gSbP9bVtiYlo=\n-----END PUBLIC KEY-----\n",
"amount": 100,
"fee": 0,
"transaction_number": 0,
"signature": null,
"id": "233ecc75-ba6d-44f3-a4f3-cb5eebd46fbf"
}
],
"previousHash": "",
"miner": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAIMkeupFaMmNzCByLNeYdFp2IfROyN64gSbP9bVtiYlo=\n-----END PUBLIC KEY-----\n",
"consensusName": "pow",
"consensusDifficulty": "000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"consensusTotalDifficulty": 0,
"consensusNonce": 2744,
"consensusHash": "0002670bbcec110a99a039560d4ea5cb92033ffa91ca4139d641cd82e8da579d",
"hash": "d410edda0b746d5d51fc5ccc907f221cbb03c6baa2f563e8437ab224c1fc7086"
}
6 changes: 6 additions & 0 deletions assets/db/nodes/nodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"list": [
"http://127.0.0.1:3001"
],
"hostUrl": "http://127.0.0.1:3000"
}
7 changes: 7 additions & 0 deletions assets/db/wallet/wallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blockNumber": 0,
"-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAIMkeupFaMmNzCByLNeYdFp2IfROyN64gSbP9bVtiYlo=\n-----END PUBLIC KEY-----\n": {
"balance": 100,
"transaction_number": 0
}
}

0 comments on commit 854dfa9

Please sign in to comment.