Add some helpers to reset a fresh DAO and upgrade an app #74

Merged
bumi merged 2 commits from chore/npm-scripts into master 2019-04-04 21:11:12 +00:00
bumi commented 2019-04-04 17:29:31 +00:00 (Migrated from github.com)

This should make it a bit easier to reset and a get a fresh DAO to test locally

I've also added a scripts/upgrade.sh helper that helps to deploy a new app.
usage: ./scripts/upgrade.sh <app name> <dao address>
e.g. ./scripts/upgrade.sh token 0xfoobar

the DAO address can alternatively be set as an environment variable: KREDITS_DAO_ADDRESS

This should make it a bit easier to reset and a get a fresh DAO to test locally I've also added a `scripts/upgrade.sh` helper that helps to deploy a new app. usage: `./scripts/upgrade.sh <app name> <dao address>` e.g. `./scripts/upgrade.sh token 0xfoobar` the DAO address can alternatively be set as an environment variable: KREDITS_DAO_ADDRESS
Sign in to join this conversation.
No description provided.