walkr / chainex

A toy blockchain written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chainex

A toy blockchain written in Elixir, inspired by this article.

Artwork Image

Quick start

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phoenix.server

Development

$ make test     # run tests
$ make cover    # run tests with coverage
$ make bench    # run benchmarks
$ make docs     # generate documentation

TODO

  • Consensus
  • Merkle tree
  • PoW

License: MIT

About

A toy blockchain written in Elixir


Languages

Language:JavaScript 59.7%Language:Elixir 38.4%Language:HTML 1.3%Language:Makefile 0.6%