Skip to content
/ LDV Public

A Lightweight DAG-Based Blockchain for Vehicular Social Networks

Notifications You must be signed in to change notification settings

CGCL-codes/LDV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDV

This is a simplified version of our DagChain system. Specifically,

  • All the wallet addresses are maintained by a genesis node (#1 node)
  • All the transactions are issued by the genesis node (#1 node), and then are broadcast to the other nodes
  • Each time, an address will be selected randomly as the sender, while another address will be selected randomly as the receiver
  • To simulate the different views of tips due to the network latency, the tips cited by a transaction will not be deleted from the tip collection immediately. Instead, these tips will be marked by their cited flags and be deleted from the tip collection later, either periodically or by a outer cli command

About

A Lightweight DAG-Based Blockchain for Vehicular Social Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages