All Projects → aragon → Client

aragon / Client

Licence: agpl-3.0
(Aragon 1) Create and manage decentralized organizations on Ethereum.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Client

Lemon.email Dapp
Lemon dApp is a world's first encrypted & decentralized e-mail service.
Stars: ✭ 155 (-78.85%)
Mutual labels:  blockchain, ethereum, dapp, startups
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (-77.08%)
Mutual labels:  blockchain, ethereum, dapp
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 (-77.49%)
Mutual labels:  blockchain, ethereum, dapp
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 (-75.44%)
Mutual labels:  blockchain, ethereum, dapp
Eth95
🛠️ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (-81.04%)
Mutual labels:  blockchain, ethereum, dapp
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-80.9%)
Mutual labels:  blockchain, ethereum, dapp
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-76.26%)
Mutual labels:  blockchain, ethereum, dapp
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+67.53%)
Mutual labels:  blockchain, ethereum, dapp
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (-63.3%)
Mutual labels:  blockchain, ethereum, dapp
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+342.29%)
Mutual labels:  blockchain, ethereum, dapp
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+374.49%)
Mutual labels:  blockchain, ethereum, dapp
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-81.45%)
Mutual labels:  blockchain, ethereum, dapp
Awesome Dapps
A curated list of awesome decentralized applications / resources
Stars: ✭ 130 (-82.26%)
Mutual labels:  blockchain, ethereum, dapp
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (-48.7%)
Mutual labels:  blockchain, ethereum, dapp
Ethvtx
🌀🛰 ethereum-ready & framework-agnostic redux store configuration
Stars: ✭ 125 (-82.95%)
Mutual labels:  blockchain, ethereum, dapp
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-76.67%)
Mutual labels:  blockchain, ethereum, dapp
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-91.41%)
Mutual labels:  blockchain, ethereum, dapp
Web Sdk
Portis Web SDK
Stars: ✭ 65 (-91.13%)
Mutual labels:  blockchain, ethereum, dapp
Client
The nOS Client
Stars: ✭ 202 (-72.44%)
Mutual labels:  blockchain, ethereum, dapp
Love Ethereum
区块链学习
Stars: ✭ 323 (-55.93%)
Mutual labels:  blockchain, ethereum, dapp

Aragon Client

Build Status All Contributors

🌎🚀 Trusted by over 1500 organizations, securing more than $300MM in funds. Try it out.

Quick start

Install with yarn and launch the app with yarn start. By default, the app is configured to connect to the Ethereum Rinkeby testnet.

For connecting to other chains / deployments, a few useful npm scripts are provided:

  • Ethereum Mainnet: yarn start:mainnet will launch the app, configured to connect to the Ethereum mainnet
  • Local development: yarn start:local will launch the app, configured to connect to our aragen local development environment. It will also use the local IPFS daemon, if it detects one exists. If you're using the aragonCLI, you'll want to run this to connect to its local chain.

Note: Windows users may need to install the windows-build-tools before installing this project's dependencies.

More configuration options are available, and depending on your needs, you may find the frontend development setup guide helpful.

Releases

The Aragon client is automatically deployed to IPFS with each new commit to master, via Fleek. The latest builds are available at client.aragon.org or through an IPFS gateway, like ipfs.io/ipns/client.aragon.org.

aragonPM

"Checkpointed" releases, tagged in our releases page, are published on-chain onto the aragon.aragonpm.eth aragonPM repository for all supported Ethereum environments (mainnet and Rinkeby testnet).

For a long time (2018-2020), these releases were our primary "official" builds. With Fleek, however, we now relegate these on-chain deployments as historical backups in case a user wants to use an older version.

Secrets

A number of environment secrets are required during publishing and these are sometimes different per network.

You may either specify these secrets as environment variables or use a .env. An Aragon One encrypted file (.env.enc) is included in this repo with the current secrets used when publishing to aragonPM.

To decrypt:

keybase decrypt -i .env.enc -o .env

To encrypt:

keybase encrypt --team aragonone -i .env -o .env.enc

Contributing

👋 Get started contributing with a good first issue.

🎓 You may be interested in the Aragon client architecture guide if you're not familiar with how the project is set up.

Don't be shy to contribute even the smallest tweak. 🐲 There are still some dragons to be aware of, but we'll be here to help you get started!

For other details about contributing to Aragon, more information is available in the contributing guide.

Issues

If you come across an issue with Aragon, do a search in the Issues tab of this repo and the Aragon Apps Issues to make sure it hasn't been reported before. Follow these steps to help us prevent duplicate issues and unnecessary notifications going to the many people watching this repo:

  • If the issue you found has been reported and is still open, and the details match your issue, give a "thumbs up" to the relevant posts in the issue thread to signal that you have the same issue. No further action is required on your part.
  • If the issue you found has been reported and is still open, but the issue is missing some details, you can add a comment to the issue thread describing the additional details.
  • If the issue you found has been reported but has been closed, you can comment on the closed issue thread and ask to have the issue reopened because you are still experiencing the issue. Alternatively, you can open a new issue, reference the closed issue by number or link, and state that you are still experiencing the issue. Provide any additional details in your post so we can better understand the issue and how to fix it.

Contributors

Thanks goes to these wonderful people (emoji key):


Pierre Bertet

💻

Brett Sun

💻

Gorka Ludlow

💻

Jorge Izquierdo

💻

Luis Iván Cuende

💻 🎨 🤔

Oliver

💻

ßingen

💻

Daniel Norman

💻

John Light

📖 🐛

Tatu

📖

Patricia Davila

🎨 📓

Jouni Helminen

🎨 📓

Luke Duncan

🤔

Daniel Constantin

💻

RJ Ewing

💻

Paul Henschel

💻

Rodrigo Perez

💻

gasolin

💻

Adam Soltys

💻

Arun Kumar

💻

Beer van der Drift

💻

Daniel Caballero

💻

Deam

💻

Ilia Smirnov

📖 🔧

julsar

📖

Pascal Precht

🔧

Rudy Godoy

📖

Yalda Mousavinia

💻

decodedbrain

💻

jvluso

💻

mark g romano

💻

mul53

💻

Jon

💻

Abhinav Sagar

🚧

geleeroyale

📖

Otto G

💻

Adam Boro

💻

Emilio Silva Schlenker

💻

Olivier Sarrouy

💻

delfipolito

💻

Enrique Ortiz

💻

Fabrizio Vigevani

💻

Mathew Cormier

💻

Mick de Graaf

💼

iwaduarte

💻

EC Wireless

💻

owisixseven

🎨

Andy Hook

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Re-usable foundations

Amongst other dependencies, the Aragon client is built upon these packages that you may also find useful for your projects:

  • aragonUI: React component library used to build user interfaces within the Aragon design system
  • token-amount: utility class for encapsulating and formatting a token amount
  • use-inside: React utility that allows a component to be aware of being "inside" the subtree of another component
  • use-token: React utility for fetching information related to tokens on Ethereum
  • use-viewport: React utility providing the current window size and convenient functions for responsive apps
  • use-wallet: React utility aiming to make the integration between your dapp and your users' web3 wallets as straightforward as possible
  • web3-react: a simple, maximally extensible React framework for supporting arbitrary web3 wallets
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].