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.
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!