UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

24 lines (23 loc) 552 B
- kind: ethereum/contract name: {{name}} network: {{network}} source: abi: DAOFactory address: '{{address}}' startBlock: {{startBlock}} mapping: kind: ethereum/events apiVersion: 0.0.1 language: wasm/assemblyscript entities: - OrgFactory - Organization abis: - name: DAOFactory file: ./abis/DAOFactory.json - name: Kernel file: ./abis/Kernel.json eventHandlers: - event: DeployDAO(address) handler: handleDeployDAO file: ./src/mappings/orgFactory.ts