aragon / aragon-desktop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aragon Desktop

🚨 This project is not actively maintained anymore. Please use the web versions at mainnet.aragon.org or 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

Running locally

Requires Node v10.x.

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

Navigate to the aragon-desktop directory

cd aragon-desktop
npm i
npm start

Note: if you get an error like the following:

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.

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 59.8%Language:HTML 40.1%Language:Shell 0.1%