Skip to content

TheScienceUniverse/BlockChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockChain

Basic Implementation of "The Truth Machine" Technology

Version 1.0.0

This files explains how to write Software for BlockChain


Setting up the Environment or System

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.

Surfing Block-Chain Server

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>
}

Contributors


License & Copyright

© The Science Universe

About

Basic Implementation of "The Truth Machine" Technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published