Table of Contents generated with DocToc
The FTLib
TODO Please refer to the design docs.
Prototype
Please refer ./test
It depends on different consensus and framework choice. Details will be released later.
.
├── .github
│ ├── ISSUE_TEMPLATE.md
│ └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── CHANGELOG.md
├── docs
│ ├── design
│ └── imgs
├── ftlib
│ ├── __init__.py
│ ├── consensus
│ ├── framework
│ └── ftlib_status.py
├── test
├── OWNERS
└── README.md