Skip to content

Woody88/BasicBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic Blockchain written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages