Basic Implementation of "The Truth Machine" Technology
Version 1.0.0
This files explains how to write Software for BlockChain
No Extra Software or Package are required, except the following,
1. Electronic Device: Computer or SmartPhone
2. Internet: Active Internet Connection
3. Browser: Chrome, Firefox, Edge, Safari, etc.
Blockchain Structure
Chain := [
{
b_un:= <UserName>,
b_fn:= <File Name>,
b_ch:= <Current Hash>
},
{
...
},
...
]
Block := {
b_id:= <Index>,
b_ts:= <Timestamp>,
b_ph:= <Previous Hash>,
b_ch:= <Current Hash>,
b_dt:= <Data>
}
- Sayan Shankhari sayanthe01guy@gmail.com (https://github.com/SayanThe01Guy)
- Anuj Pathak anujpathak9335@gmail.com (https://github.com/reversosticker)
© The Science Universe