Quazar-Corp / Sheldrake

Blockchain network demo
2 stars 1 forks source link
blockchain-technology cryptocurrency dapp distributed-systems ocaml-program

Sheldrake

About

Sheldrake is a blockchain demo network that implements a cryptocurrency(first generation) example without a merkle tree, smart contracts, sidechain and a wallet. The main motivation was practice ocaml, functional programming, blockchain concepts and decentralized applications.

Dependencies

Compile and Run

On root

 $ dune build

to compile(some warnings due to C interfaced code) and

$ dune exec sheldrake

to run.

How to run properly

TODO List

Limitations

TODO

Contributions

TODO

Authorship

Tiago Onofre