From e9bfbca1860cc1b2044e72dbccfe7ba308cfbcf1 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Tue, 18 Aug 2020 19:25:07 +0200 Subject: [PATCH 1/2] docs: update READMEs --- contracts/apps/readme.md | 3 --- readme.md | 16 +++------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 contracts/apps/readme.md diff --git a/contracts/apps/readme.md b/contracts/apps/readme.md deleted file mode 100644 index 9a858af52..000000000 --- a/contracts/apps/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Aragon apps - -Aragon default apps have been moved to their own repository: [aragon-apps](https://github.com/aragon/aragon-apps) diff --git a/readme.md b/readme.md index 6ea126912..2a9232584 100644 --- a/readme.md +++ b/readme.md @@ -15,23 +15,13 @@ Visit the [Aragon Developer Portal](https://hack.aragon.org/docs/aragonos-intro. ## Developing aragonOS locally ```sh -npm install -npm test +yarn install +yarn test # Lint needs to pass as well -npm run lint +yarn lint ``` -## Deploying - -### APM -```sh -OWNER=[APM owner address] ENS=[ENS registry address] npx truffle exec --network [network] scripts/deploy-apm.js -``` - -- `ENS`: If no ENS registry address is provided, it will deploy a dummy ENS instance to the network. If the ENS registry is provided, the name `aragonpm.eth` must be owned by the deployer account. -- `OWNER`: The account that will be the initial owner of the APM registry - ## Adding aragonOS as a dependency to your Aragon app ``` From 86fbd5a4275e8a39c8c40e173a57fb3cc0a1a8be Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Wed, 19 Aug 2020 17:01:02 +0200 Subject: [PATCH 2/2] docs: update readme --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b0a7b3e13..b824cf3ea 100644 --- a/readme.md +++ b/readme.md @@ -51,10 +51,9 @@ See [SECURITY.md](SECURITY.md) for more security-related information. #### 🛰 Deployment status: available on Ethereum mainnet -aragonOS powers over a thousand organizations on Ethereum mainnet and secures over $20MM in funds. +aragonOS powers over a thousand organizations on Ethereum mainnet, securing over $200MM in funds. -Deployment logs for Ethereum mainnet and other networks are available in our [deployment -repo](https://github.com/aragon/deployments). +Deployment logs for Ethereum mainnet and other networks are available in our [deployment repo](https://github.com/aragon/deployments). ## Documentation @@ -70,4 +69,4 @@ yarn test # Lint needs to pass as well yarn run lint -``` \ No newline at end of file +```