An open API service indexing awesome lists of open source software.

https://github.com/walkr/chainex

A toy blockchain written in Elixir
https://github.com/walkr/chainex

blockchain elixir erlang

Last synced: about 2 months ago
JSON representation

A toy blockchain written in Elixir

Awesome Lists containing this project

README

          

# Chainex

A toy blockchain written in Elixir, inspired by [this article](https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54).

![Artwork Image](/priv/static/images/artwork.png?raw=true "Chainex Artwork")

### Quick start

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

### Development

```shell
$ 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**