Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 328 Bytes

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]