Skip to content

Commit

Permalink
Merge pull request #5 from filecoin-project/mishmosh-patch-1
Browse files Browse the repository at this point in the history
Skeleton readme
  • Loading branch information
hannahhoward authored Dec 11, 2019
2 parents a2e4178 + 66581ec commit cd640b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# go-fil-components
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)

This repo houses modules for use by implementations of filecoin in go.
This repository contains modular implementations of several Filecoin subsystems. These modules are guided by the [v1.0 and 1.1 Filecoin specification updates](https://filecoin-project.github.io/specs/#intro__changelog), which separate core blockchain consensus functionality from the storage mining, storage market, and piece data transfer subsystems.

Separating an implementation into a blockchain component and one or more mining and market components presents an opportunity to encourage implementation diversity while re-using non-security-critical components, and also greatly ease miner-operator customisations.

## Components

Expand Down

0 comments on commit cd640b5

Please sign in to comment.