Skip to content

ilkka/tiniest-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.