Refactor helper scripts to use kredits module #36
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/use-kredits-in-scripts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@ -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",
👍 good catch!