Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 848 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 848 Bytes

Tiniest Blockchain

This is an implementation of the Tiniest Blockchain by Gerald Nash, in Elixir, ported as best I know how by github.com/ilkka. This is a vehicle for me to learn Elixir better, mostly.

Usage

I'm only up to the middle of the second article in the series so... :D Anyway, I guess this will have an HTTP interface that you can call to post transactions. Annnnd... probably some method for synchronising state. More on that later.

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tiniest_blockchain.