Skip to content

nxtpool/cybernode

 
 

Repository files navigation

Cybernode

Polyblockchain full node

Architecture

Architecture architecture-description kenig-architecture state-monitor state-monitor-design

Cyberchain comment data structure:

Block comment

title – block hash
permlink – block hash
parent_permlink (main tag) – cryptocurrency code
body – block data including transactions hash list in JSON format
json_metadata – JSON object:
    tags – all tags we need
    height – bock height
    data_type = ‘block’

Transaction comment

title – tx id (or hash depends on cryptocurrency)
permlink* – tx id (or hash depends on cryptocurrency)
parent_permlink (main tag) – cryptocurrency code 
body – tx data in JSON format
json_metadata – JSON object:
    tags – all tags we need 
    height – bock height
    data_type - ’tx’

About

Several crypto currency node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • Shell 4.4%
  • HTML 2.9%
  • CSS 0.2%