This document is a draft, suggestions on how it can be improved are welcome
ποΈ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
AGP: X | |
Title: Community Rewards DAO | |
Author: Aaron Foster (pythonpete32) & Burrrata | |
Status: Stage II | |
Track: Finance | |
Created: 2019-09-05 | |
--- | |
# AGP X: Community Rewards DAO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
β did:muport:QmSQRdYFXBya8SCdevbayDA6yQa4rPBqSxFwKZAZSaNRkv β | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
Xpay is an automated invoicing system. When checking out, the customer is presented with an invoice. Each time, a different address is tied to a particular invoice, so there is no address re-use. Xpay follows the status of the invoice through the blockchain and informs a merchant when he can fulfil the order safely.
- non-custodial invoicing system
- Payments with XPAY go directly to your wallet, which increases the privacy and security
- There is no address re-use between invoices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeError: options.contracts.reduce is not a function | |
generateContractsInitialState | |
node_modules/drizzle/dist/drizzle.js:17091 | |
17088 | }; | |
17089 | | |
17090 | var generateContractsInitialState = exports.generateContractsInitialState = function generateContractsInitialState(options) { | |
> 17091 | return options.contracts.reduce(function (state, contract) { | |
| ^ 17092 | state[contract.contractName] = generateContractInitialState(contract); | |
17093 | return state; | |
17094 | }, {}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β npm run compile | |
> [email protected] compile /media/student/projects1/projects/aragon-apps/hive-template | |
> aragon contracts compile | |
βΉ Passing the command to Truffle | |
Compiling ./contracts/HiveTemplate.sol... | |
Compiling @aragon/apps-agent/contracts/Agent.sol... | |
Compiling @aragon/apps-agent/contracts/SignatureValidator.sol... | |
Compiling @aragon/apps-agent/contracts/standards/ERC1271.sol... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First of all id like to say thank you to everyone who voted for AGP-88 (CRDAO). Over 1.3 million ANT supported the proposal but the fact that 0 ANT voted against was very humbling. :pray: | |
## Application For CRDAO Membership is now open | |
Any active Aragon community member can apply to be member of the CRDAO. If you would like to join the DAO, simply reply to this thread. CRDAO members are expected to | |
- contribute to CRDAO discussions | |
- vote on open Member votes | |
- vote in weekly CRDAO allocations | |
this shouldn't take up more than 30 min of your time per week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/home/aaron/.nvm/versions/node/v10.15.3/bin/node', | |
1 verbose cli '/home/aaron/.nvm/versions/node/v10.15.3/bin/npm', | |
1 verbose cli 'i' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session f11d574c1f13f3ec | |
5 silly install runPreinstallTopLevelLifecycles | |
6 silly preinstall [email protected] | |
7 info lifecycle [email protected]~preinstall: [email protected] |
App | Action | Allowed entities | Manager |
---|---|---|---|
acl (0xb1fc) | CREATE_PERMISSIONS_ROLE | β voting (0x102e) | voting (0x102e) |
kernel | APP_MANAGER_ROLE | β voting (0x102e) | voting (0x102e) |
token-manager (0x1326) | MINT_ROLE | β voting (0x102e) | voting (0x102e) |
voting (0x102e) | CREATE_VOTES_ROLE | β token-manager (0x1326) | voting (0x102e) |
delay (0x95a5) | SET_DELAY_ROLE | β voting (0x102e) | voting (0x102e) |
delay (0x95a5) | PAUSE_EXECUTION_ROLE | β token-manager (0x1326) | voting (0x102e) |
delay (0x95a5) | DELAY_EXECUTION_ROLE | β voting (0x102e) | voting (0x102e) |
delay (0x95a5) | CANCEL_EXECUTION_ROLE | β token-manager (0x1326) | voting (0x102e) |