WIP: Install aragon vault app into Kredits kit #173
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kit/add-vault-app"
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?
for Kredits DAO to accept funds (ETH or ERC20 token) it need a vault app to manage(receive & hold) those funds. And aragon apps packages have a Vault app that do the same functionalities that we need, so in this code it just import that app from the @aragon/vault-app package and install it into Kredits kit.
Vault app doc: https://wiki.aragon.org/dev/apps/vault/
Related to #169
This looks actually pretty cool. 👍
The main question will be who will have the transfer role. To test we could add a CLI script to transfer from the vault.
Also we should add a JS wrapper class for the vault to be able to easily interact with it from JS.
For the transfer role, I think the Reward app (when it is ready) should have it
Could you explain a bit what this does and how it works? The PR description is basically empty. Thanks!
Yeah sorry about that... need to better write PR description
So basically for Kredits DAO to accept funds (ETH or ERC20 token) it need a vault app to manage(receive & hold) those funds. And aragon apps packages have a
Vault
app that do the same functionalities that we need, so in this code it just import that app from the@aragon/vault-app
package and install it into Kredits kit.Maybe you could link the documentation of the Vault app?
Should we add the rewarding app before so that we can assign to it the
Transfer
role of the vault app ?Closing due to inactivity. Please feel free to re-open.
Closing due to inactivity. Please feel free to re-open.
Pull request closed