All Projects → pandonetwork → Pando

pandonetwork / Pando

A distributed remote protocol for git based on IPFS, ethereum and aragonOS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pando

Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+1864.97%)
Mutual labels:  blockchain, ethereum, ipfs
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-6.78%)
Mutual labels:  blockchain, ethereum, ipfs
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-64.41%)
Mutual labels:  blockchain, ethereum, ipfs
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+1.69%)
Mutual labels:  blockchain, ethereum, ipfs
Graph Node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Stars: ✭ 884 (+399.44%)
Mutual labels:  blockchain, ethereum, ipfs
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+429.38%)
Mutual labels:  blockchain, ethereum, ipfs
Cyb Archeology
🌎 Personal immortal robot for the The Great Web
Stars: ✭ 117 (-33.9%)
Mutual labels:  blockchain, ethereum, ipfs
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-1.69%)
Mutual labels:  blockchain, ethereum
Interledger Rs
An easy-to-use, high-performance Interledger implementation written in Rust
Stars: ✭ 155 (-12.43%)
Mutual labels:  blockchain, ethereum
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-9.6%)
Mutual labels:  blockchain, ethereum
Evmone
Fast Ethereum Virtual Machine implementation
Stars: ✭ 162 (-8.47%)
Mutual labels:  blockchain, ethereum
Defi Score
DeFi Score: An open framework for evaluating DeFi protocols
Stars: ✭ 152 (-14.12%)
Mutual labels:  blockchain, ethereum
Chainlink Ruby
Easily connect your applications to blockchains
Stars: ✭ 152 (-14.12%)
Mutual labels:  blockchain, ethereum
Lemon.email Dapp
Lemon dApp is a world's first encrypted & decentralized e-mail service.
Stars: ✭ 155 (-12.43%)
Mutual labels:  blockchain, ethereum
Space Daemon
The Space Daemon packages together IPFS, Textile Threads/Buckets, and Textile Powergate (Filecoin*) into one easy to install Daemon to make it easy to build peer to peer and privacy focused apps.
Stars: ✭ 151 (-14.69%)
Mutual labels:  blockchain, ipfs
Erc20 Rest Service
ERC-20 token standard RESTful service using Spring Boot and web3j
Stars: ✭ 150 (-15.25%)
Mutual labels:  blockchain, ethereum
Curso blockchain
Indtroductory course to cryptocurrencies and applications of Blockchain technologies.
Stars: ✭ 161 (-9.04%)
Mutual labels:  blockchain, ethereum
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-5.65%)
Mutual labels:  blockchain, ethereum
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (-5.08%)
Mutual labels:  blockchain, ethereum
Cicero
Accord Project Smart Templates Implementation
Stars: ✭ 166 (-6.21%)
Mutual labels:  blockchain, ethereum

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].