Clone the repository
Install packages and dependencies
make setup
Create Solidity contracts binding for Rust
make bind
Build crates
make build
make build-release
Test
make test
Performance evaluation scripts are located in ./scripts
folder. .sh
files are for running Rust binary files built from ./app/bin
. .py
files are for plotting the csv files into graph using matplotlib.