Git Product home page Git Product logo

go-fil-markets's Introduction

go-fil-markets

CircleCI codecov

This repository contains modular implementations of the storage and retrieval market subsystems of Filecoin. They are guided by the v1.0 and 1.1 Filecoin specification updates.

Separating implementations into a blockchain component and one or more mining and market components presents an opportunity to encourage implementation diversity while reusing non-security-critical components.

Components

  • filestore: a submodule branch that is a side effect of using the ffi to generate commP
  • pieceio: utilities that take IPLD graphs and turn them into pieces
  • piecestore:
  • storage market: for finding, negotiating, and consummating deals to store data between clients and providers (storage miners)
  • retrieval market: for finding, negotiating, and consummating deals to retrieve data between clients and providers (retrieval miners)

Related components in other repos:

  • data transfer: for exchanging piece data between clients and miners, used by storage & retrieval market modules.

Background reading

Usage

Requires go 1.13

Install the go-fil-markets module(s) that you want to use. Available modules are:

  • filestore
  • pieceio
  • piecestore
  • retrievalmarket
  • storagemarket

Install with: go get "github.com/filecoin-project/go-fil-markets/<MODULENAME>"

TODO: usage for each module (maybe in subdirectories)

Contributing

Issues and PRs are welcome! Please first read the background reading and CONTRIBUTING guide, and look over the current code. PRs against master require approval of at least two maintainers.

Day-to-day discussion takes place in the #fil-components channel of the Filecoin project chat. Usage or design questions are welcome.

Project-level documentation

The filecoin-project has a community repo with more detail about our resources and policies, such as the Code of Conduct.

License

This repository is dual-licensed under Apache 2.0 and MIT terms.

Copyright 2019. Protocol Labs, Inc.

go-fil-markets's People

Contributors

hannahhoward avatar shannonwells avatar ingar avatar laser avatar whyrusleeping avatar magik6k avatar jsign avatar mishmosh avatar ergastic avatar arajasek avatar acruikshank avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.