Build on aragonOS #62

Merged
bumi merged 51 commits from aragonos into master 2019-04-02 19:36:36 +00:00
Showing only changes of commit cd7df3893e - Show all commits

View File

@ -53,15 +53,16 @@ Ethereum RPC port.
$ npm run deploy:apps
3. Deploy a new DAO with the latest app versions
3. Deploy a new KreditsKit and create a new DAO with the latest app versions
$ npm run deploy:kit
$ npm run deploy:dao
4. Execute seeds to create demo contributors, contributons, etc. (optional)
$ npm run seeds
Step 2-4 is also summarized in `npm run bootstrap`
**Step 2-4 is also summarized in `npm run bootstrap`**
## Contract architecture
@ -169,7 +170,7 @@ Runs `npm install` for each app and publishes a new version.
$ ./scripts/deploy-apps.sh
or
$ nppm run deploy:apps
$ npm run deploy:apps
## ACL / Permissions