Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

pandonetwork/pando

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pando is a remote protocol for git repositories enforcing DAO-based versioning, contribution tracking and governance. It is built on top of IPFS, ethereum and aragonOS.

This repository is a monorepo including all pando-related smart contracts, apps and CLI tools. Each public sub-package is independently published to NPM.

Published Packages

Package Description
@pando/git-pando Git extension for pando
@pando/git-remote-pando git-remote-helper for pando
@pando/colony Aragon app implementing pando colonies
@pando/kit Aragon DAOKit for pando organizations
@pando/repository Aragon app implementing pando repositories

Background

This software is still in beta stage and is not meant to be used in production yet. The testnet version is expected for Q2 2019. The mainnet version is expected for Q3 2019.

Why pando ?

Pando [Latin for "spread out"] is a clonal colony of a single male quaking aspen determined to be a single living organism by identical genetic markers and assumed to have one massive underground root system. The plant occupies 43 hectares and is estimated to weigh collectively 6.000.000 kilograms, making it the heaviest known organism. The root system of Pando, at an estimated 80.000 years old, is among the oldest known living organisms.

Installation

Clone

git clone https://github.com/pandonetwork/pando.git && cd pando

Install

npm run install:all

Compile contracts

npm run compile:all

Build CLIs

npm run build:all

Link binaries

npm run link:all

Spawn IPFS & devchain

In two different terminal windows, run:

aragon devchain
aragon ipfs

Publish aragonPM packages

lerna run publish:devnet

Usage

See the git-pando README.

Contribute

Feel free to fork, open issues and send pull requests.

License

MIT © 2019 Pando Network