Skip to content

An simple exercise in creating a binary merkle tree implementation in OCaml

Notifications You must be signed in to change notification settings

danield9tqh/merkle_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Created mainly for a coding project, this is a simple implementation of a binary merkle tree in OCaml. binary.ml contains the binary tree implementation and merkle_trie.ml is an (unfinished) attempt at a merkle patricia tree implementation.

Running

Before running you must have both Dune and Opam installed.

First clone this repo and cd merkle-tree.

To install dependencies run

opam install . --deps-only

To run the tests defined in ./test.ml, run

 dune exec ./tests.exe

About

An simple exercise in creating a binary merkle tree implementation in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages