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
- Host: GitHub
- URL: https://github.com/walkr/chainex
- Owner: walkr
- Created: 2017-03-05T07:06:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T08:17:30.000Z (over 9 years ago)
- Last Synced: 2025-09-02T14:53:33.042Z (10 months ago)
- Topics: blockchain, elixir, erlang
- Language: JavaScript
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

### 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**