Inicialización de subgrafos a partir de un contrato de fábrica
- INDEXERS
¿Puedo crear automáticamente un subgrafo para un contrato inteligente recién creado a través de una fábrica?
答案1
The command at the bottom of that page contains the command. To index the implementation of a proxy, you should initialize your subgraph (graph init
) along with that flag (--from-contract
) and make the address your implementation address.