Skip to content

vixledger/fabric-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEDIS Ledger Fabric

This framework aims to deliver a modular approach to a public ledger implementation.

Build Status Coverage Status

Terminologies

  • blockchain - A blockchain is...

  • cosi - Cosi stands for Collective Signature*, ...

  • fabric - Fabric is a set of modules definition and their implementations. We choose this name for this project because it captures well the idea of providing a modular framework that allows one to either use a module's implementation or define its own. Fabric is not about a particular blockchain implementation, it's about the definitions of modular pieces that build a blockchain.

  • ledger - A ledger is...

  • message - A message...

  • mino - Mino stands for Minimalist Network Overlay, it is the abstraction that defines how to register and use RPCs over a distributed set of nodes.

  • node - A node is...

  • proof - A proof is...

  • protobuf - Protobuf is...

  • roster - A roster is...

  • RPC - RPC stands for Remote Procedure Call...

  • seal - A seal is...

  • skipchain - A skipchain is...

  • state - A state is...

Releases

No releases published

Packages

 
 
 

Languages

  • Go 99.9%
  • Makefile 0.1%