You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like merits to flow to active members of the cooperative, one activity which we want to encourage is participating in votes and surveys.
We can determine which members of the cooperative participated in each vote using this script. However, it would be quite tedious to manually assign merits for each vote, and may be somewhat expensive in terms of transaction costs for whomever is performing the assign transactions. It would be good to investigate if we can create a script to automate the process, and if possible to generate a transaction which assigns tokens to multiple addresses in a single transaction. If we can't the operational burden of this process may be too much.
We can follow a similar process to constrain and approve merit issuance as proposed in #1 , by assigning a specific address with permission to assign privileges and requiring a vote to issue new merits.
This policy should be considered additive to other formal and informal policies related to minting merits.
The text was updated successfully, but these errors were encountered:
to gather some data from a a couple of votes (rinkeby), I have cloned the aragon-apps repository want to run the following and trying to run the following $ APP_ADDRESS=[voting app addr] VOTE_ID=[vote id for analysis] npx truffle exec --network mainnet scripts/vote-stats.js
while the [voting app addr] address is easy to gather (I supose I need to input it like this: '0xE6b1eAfC9E1A7E435717277e855D4604d2ACcaF3') I'm unsure about what the VOTE_ID should be...
I'm running the following $ APP_ADDRESS='0xE6b1eAfC9E1A7E435717277e855D4604d2ACcaF3' VOTE_ID='2' npx truffle exec --network rinkeby scripts/vote-stats.js
and having this response: Error: Cannot find module '@aragon/os/truffle-config'
I have installed both aragon and truffle packets...
We would like merits to flow to active members of the cooperative, one activity which we want to encourage is participating in votes and surveys.
We can determine which members of the cooperative participated in each vote using this script. However, it would be quite tedious to manually assign merits for each vote, and may be somewhat expensive in terms of transaction costs for whomever is performing the assign transactions. It would be good to investigate if we can create a script to automate the process, and if possible to generate a transaction which assigns tokens to multiple addresses in a single transaction. If we can't the operational burden of this process may be too much.
We can follow a similar process to constrain and approve merit issuance as proposed in #1 , by assigning a specific address with permission to assign privileges and requiring a vote to issue new merits.
This policy should be considered additive to other formal and informal policies related to minting merits.
The text was updated successfully, but these errors were encountered: