-
Notifications
You must be signed in to change notification settings - Fork 0
Home
yanickpauloamaro edited this page Jun 15, 2022
·
5 revisions
This repo provides a minimal smart-contract implementation based on HotStuff consensus protocol and Move virtual machine. The codebase has not been designed to run in production but uses real cryptography (dalek), networking (tokio), and storage (rocksdb).
This wiki documents provides a step-by-step tutorial on how to benchmark it. It also explains how to parametrize and run benchmarks, and how to read and interpret the results.
For a description of the architecture, please refer to the project report.