Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 657 Bytes

Contributing

Building from source

Prerequisites

This guide assumes you have install the following development tools for your operating system:

git clone https://github.com/tochicool/sparse-merkle-trees
cd sparse-merkle-trees

Building the library

stack build

Running the unit tests

stack test

Running the benchmarks

stack bench --ba "--output benchmarks.html"

Open benchmarks.html in your browser for the rendered results.

Cod