Skip to content

Another small blockchain prototype written in Elixir

Notifications You must be signed in to change notification settings

eduardonunesp/ex_chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExChain Build Status

Installation

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

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

About

ExChain is a initial implementation of a distributed ledger and is based on the bitcoin ledger. The current state is ultra simple, but is open for improvenment. The current consensus algorithm is the proof of work.

Components

  • Chain (List)
  • Account
  • Block
  • Transaction
    • TxIn / TxOut

About

Another small blockchain prototype written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages