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

https://github.com/aragon/aragon-desktop

(Aragon 1) Managing an decentralized organization on a desktop near you
https://github.com/aragon/aragon-desktop

blockchain dapp ethereum ipfs

Last synced: 8 days ago
JSON representation

(Aragon 1) Managing an decentralized organization on a desktop near you

Awesome Lists containing this project

README

        

# Aragon Desktop

> 🚨 This project is not actively maintained anymore. Please use the web versions at [mainnet.aragon.org](https://mainnet.aragon.org/) or [rinkeby.aragon.org](https://rinkeby.aragon.org/)

> 💻 If you would like to maintain this project, please reach out by filing an issue!

Aragon Desktop is an Electron app that runs the Aragon client in a fully decentralized way.

It queries the Ethereum blockchain for the latest version of the app, and then serves it over a local IPFS node.

![Screenshot](.github/screenshot.png)

## Running locally

Requires Node v10.x.

```sh
git clone https://github.com/aragon/aragon-desktop.git
```
Navigate to the aragon-desktop directory
```sh
cd aragon-desktop
npm i
npm start
```

Note: if you get an error like the following:

```sh
App threw an error during load:
Error: The module './node_modules/scrypt/build/Release/scrypt.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 67. This version of Node.js requires
NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
```

You need to recompile the dependencies with `npm run rebuild`.