Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update READMEs #613

Merged
merged 3 commits into from
Aug 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions contracts/apps/readme.md

This file was deleted.

16 changes: 3 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down