ππ Trusted by over 400 organizations, securing more than $1MM in funds.
npm start
will launch the app, configured to connect to our Rinkeby deployment.
For connecting to other chains / deployments, a few useful npm scripts are provided:
npm run start:mainnet
will launch the app, configured to connect to our mainnet deploymentnpm run 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.
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 more details about contributing to Aragon, please check the contributing guide.
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:
The app can be configured in a number of ways via environment variables:
ARAGON_DEMO_DAO
: Address of the demo organization suggested to users during onboardingREACT_APP_DEFAULT_ETH_NODE
: Url of the default Ethereum node to read blockchain data from (must be WebSocket protocol). If you intend to connect to a local ganache instance, by default you should set this to ws://localhost:8545
.REACT_APP_ENS_REGISTRY_ADDRESS
: Address of the ENS registry that APM repos were registered on. If you've deployed aragonOS to a local network, you can find the ENS registry's address in the migration's console output.REACT_APP_ETH_NETWORK_TYPE
: Expected network type to connect to. Either one of main
, rinkeby
or local
.REACT_APP_IPFS_GATEWAY
: Url of the IPFS gateway to load APM repos from. If you intend to connect to a local IPFS daemon, by default you should set this to http://localhost:8080/ipfs
REACT_APP_ASSET_BRIDGE
: Which source to load app frontend assets from. Can be one of ipfs
(uses the configured IPFS gateway) or local
(local development servers, running on localhost:300x
). If you intend to serve assets from a local IPFS daemon, you should set this to ipfs
.Without any settings, the app is configured to connect to our Rinkeby deployment fetching assets from IPFS.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!