https://github.com/xnuvers007/blockchain
Asli ini program gw gabut doank, bikin blockchain :V
https://github.com/xnuvers007/blockchain
Last synced: 18 days ago
JSON representation
Asli ini program gw gabut doank, bikin blockchain :V
- Host: GitHub
- URL: https://github.com/xnuvers007/blockchain
- Owner: Xnuvers007
- License: gpl-3.0
- Created: 2021-02-28T23:59:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T00:34:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T12:14:11.258Z (12 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blockchain
Asli ini program gw gabut doank, bikin blockchain :V (this is my free time project :V )
nah dari program ini output akan seperti ini (the output will be like this)
Blockchain:
[
{
'index':1,
'timestamp': 1613379386.7627656,
'transactions': [],
'proof':100,
'previous_hash': Pesan pertama digunakan untuk menghasilkan hash pertama'},
{
'index': 2,
'timestamp': 1613379386.7627656,
'transactions':
[
{
'sender': 'Satoshi',
'recipient': 'xnuvers',
'amount': '5 BTC'
},
{
'sender': 'xnuvers',
'recipient': 'Satoshi',
'amount': '1 BTC'
}
],
'proof': 1928,
'previous_hash': 'f408315ab7b74d56941540cbb5d5ca2cb895dad2a92xxxxxxxxxxxxx'
}
]