Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/gitchain/gitchain
- Owner: gitchain
- License: other
- Created: 2014-05-12T11:34:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T11:53:17.000Z (about 6 years ago)
- Last Synced: 2024-10-15T09:41:40.885Z (28 days ago)
- Language: Go
- Homepage: https://www.kickstarter.com/projects/612530753/gitchain
- Size: 1.86 MB
- Stars: 1,030
- Watchers: 71
- Forks: 76
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```