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

2 Commits

Author SHA1 Message Date
afbd114a36 Add app upgrade helper script
This script deploys a new app version, upgrades the given DAO to the
latest version of that app and builds the ABI files for the wrapper.

usage:

    scripts/upgrade.sh <app name> <dao address>

e.g.

    scripts/upgrade.sh token 0xfoobar

The DAO address can also be set as environment variable
$KREDITS_DAO_ADDRESS
2019-04-04 19:51:38 +02:00
db312dafbf Add some helpers to reset a fresh DAO 2019-04-04 19:27:57 +02:00