Refactor helper scripts to use kredits module #36

Merged
bumi merged 1 commits from refactor/use-kredits-in-scripts into master 2018-04-21 08:39:39 +00:00
bumi commented 2018-04-20 10:58:04 +00:00 (Migrated from github.com)

This reuses the kredits library functions in the helper scripts and seeds.
We no longer need to add IPFS hashes manually but simply can provider contributor/proposal data.

depends on #34

This reuses the kredits library functions in the helper scripts and seeds. We no longer need to add IPFS hashes manually but simply can provider contributor/proposal data. depends on #34
fsmanuel (Migrated from github.com) reviewed 2018-04-21 08:34:56 +00:00
@ -10,3 +10,3 @@
"build-json": "truffle compile && node ./scripts/build-json.js",
"bootstrap": "truffle migrate --reset && truffle exec scripts/seeds.js && npm run build-json",
"bootstrap": "truffle migrate --reset && npm run build-json && truffle exec scripts/seeds.js",
"ganache": "ganache-cli -p 7545 -i 100 --db=./.ganache-db -m kredits",
fsmanuel (Migrated from github.com) commented 2018-04-21 08:34:56 +00:00

👍 good catch!

👍 good catch!
fsmanuel (Migrated from github.com) approved these changes 2018-04-21 08:39:33 +00:00
Sign in to join this conversation.
No description provided.