All Projects → aragon → aragon-desktop

aragon / aragon-desktop

Licence: GPL-3.0 license
(Aragon 1) Managing an decentralized organization on a desktop near you

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to aragon-desktop

Awesome Web3
🚀 A curated list of tools, libs and resources to help you build awesome dapps
Stars: ✭ 104 (+181.08%)
Mutual labels:  dapp, ipfs
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (-40.54%)
Mutual labels:  dapp, 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 (+345.95%)
Mutual labels:  dapp, ipfs
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+113.51%)
Mutual labels:  dapp, ipfs
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-56.76%)
Mutual labels:  dapp, ipfs
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (+116.22%)
Mutual labels:  dapp, ipfs
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+1283.78%)
Mutual labels:  dapp, ipfs
Dstatuspage
Decentralized Status Page
Stars: ✭ 571 (+1443.24%)
Mutual labels:  dapp, ipfs
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+24.32%)
Mutual labels:  dapp, ipfs
tiddlywiki-ipfs
IPFS with TiddlyWiki
Stars: ✭ 50 (+35.14%)
Mutual labels:  dapp, ipfs
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+70.27%)
Mutual labels:  dapp, ipfs
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+237.84%)
Mutual labels:  dapp, ipfs
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (-5.41%)
Mutual labels:  dapp, ipfs
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+159.46%)
Mutual labels:  dapp, ipfs
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (-10.81%)
Mutual labels:  dapp, 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 (+386.49%)
Mutual labels:  dapp, ipfs
Eth Dev Reading List
A list of links to articles, tutorials and papers that are helpful for people developing on the ethereum stack
Stars: ✭ 280 (+656.76%)
Mutual labels:  dapp, ipfs
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+9300%)
Mutual labels:  dapp, ipfs
eth-plot
r/place inspired Dapp
Stars: ✭ 36 (-2.7%)
Mutual labels:  dapp, ipfs
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+127.03%)
Mutual labels:  dapp, ipfs

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.

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].