/BasicBlockchain

Basic Blockchain written in Elixir

Primary LanguageElixir

BasicBlockchain

This is a basic Blockchain written in Elixir for to have a better understand of this technology. For now fingerprints, and a VERY simple mining has been implemented. Re-mining of whole chain when updated and Distribution is next on the list.

Installation

If available in Hex, the package can be installed by adding basic_blockchain to your list of dependencies in mix.exs:

def deps do
  [{:basic_blockchain, "~> 0.1.0"}]
end

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

BasicBlockchain