colonyNetwork
colonyNetwork copied to clipboard
Investigate colony creation bundling
- Stage 1
- Bundle 1:
- Create Colony
- Create Token
- Assign Token
- Mint Token
- Claim Tokens
- OneTxPayment Extension
- Expenditures Extension
- Bundle 2:
- Create Colony
- Assign Token
- OneTxPayment Extension
- Expenditures Extension
- Stage 2
- Bundle 3:
- Multisig only
- Bundle 4:
- Governance only
- Bundle 5:
- Multisig + Governance
- Stage 3
- Bundle 6:
- Airdropping tokens or just reputation
@kronosapiens, I came across these as well, which may be more versatile options if feasible.
Assuming it works with Etherrouters (which I believe it should), a Multicall-esque implementation should be our preference here.
The feat/multicall
branch now exists with the first tentative steps for this.