Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aragonOS 4 - Payroll kits - Payroll kits demo #1

Open
wants to merge 10 commits into
base: aragonos-4-payroll-kits-base
Choose a base branch
from

Conversation

lmcorbalan
Copy link

@lmcorbalan lmcorbalan commented Oct 5, 2018

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/:

  1. clone protofire/aragon-apps
  2. move to payroll-aragonos-4-tests branch
  3. go to future-apps/payroll and run npm 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 inside kits/payroll and kits/payroll-demo

Usage

To use the demo kits requires you to already have the Payroll Kit deployed onto a local chain:

  1. $ aragon devchain
  2. got to kits/payroll and run npm run migrate
  3. got to kits/payroll-demoand run npm run migrate

Then you'll have a DAO spun up with a Payroll app and some (TODO) mock data.

Issues

To do

  • Add mock data on payroll-demo
  • Remove link-all.sh

@lmcorbalan lmcorbalan changed the title Aragonos 4 payroll kits demo aragonOS 4 - Payroll kits - Payroll kits demo Oct 5, 2018
@Quazia
Copy link

Quazia commented Oct 5, 2018

Is there any reason you arn't trying to do this using the aragon-cli?

@lmcorbalan
Copy link
Author

lmcorbalan commented Oct 5, 2018

Is there any reason you arn't trying to do this using the aragon-cli?

@Quazia Payroll initialize receives a PPF which is outside aragon apps so I thought it would be a clean way for doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants