Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gitchain/gitchain

Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin"
https://github.com/gitchain/gitchain

Last synced: 13 days ago
JSON representation

Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin"

Awesome Lists containing this project

README

        

Gitchain
========
Decentralized P2P Git Network

[![Build Status](https://secure.travis-ci.org/gitchain/gitchain.png)](http://travis-ci.org/gitchain/gitchain)

To quote from git's own description:

> Git is a free and open source distributed version control system designed to handle everything
> from small to very large projects with speed and efficiency.

Gitchain is an application of ideas behind Bitcoin, Namecoin and DHT applied to Git hosting. Once you install it, it acts as a local proxy to the entire Gitchain P2P network.

[Support the project on Kickstarter](https://www.kickstarter.com/projects/612530753/gitchain)

Build Instructions
------------------

Make sure you have go1.2.2 installed and your GOPATH variable is pointing to
a user-writeable directory (like $USER/go)

```shell
$ make prepare # (only first time or whenever Godeps file is updated)
$ make
```