Skip to content

python implementation of yuma-consensus with visualization tools

Notifications You must be signed in to change notification settings

0xprav/yuma-consensus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of yuma-consensus with visualization tools

Sake sure to modify the weights.json

Structure

{
    "0,1000": {
      "uids": [5, 6, 7, 8, 9],
      "weights": [1, 2, 3, 4, 5]
    }
}

Represents

  • Uid: 0
  • Stake: 1000
  • Voted on uids: [5, 6, 7, 8, 9]
  • Voted on weights: [1, 2, 3, 4, 5]

About

python implementation of yuma-consensus with visualization tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%