aragonOS 4 - Payroll kits - Payroll kits demo #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Payroll Kit
This takes the idea of Demo Survey Kit and migrates the existing payroll kits to aragonOS 4.
Installing
Requires protofire/aragon-apps#19's
future-apps/payroll/
:payroll-aragonos-4-tests
branchfuture-apps/payroll
and runnpm link
Then this uses some dependencies that are not published yet we'll need to link them locally so from the root of this repo run
./link-all
Then
npm install
insidekits/payroll
andkits/payroll-demo
Usage
To use the demo kits requires you to already have the Payroll Kit deployed onto a local chain:
$ aragon devchain
kits/payroll
and runnpm run migrate
kits/payroll-demo
and runnpm run migrate
Then you'll have a DAO spun up with a Payroll app and some (TODO) mock data.
Issues
When trying to deploy Payroll Kit it ends at this line kits/payroll/migrations/2_deploy.js#L24 without throwing any error.To do
link-all.sh