How could I write an index to query a list of contracts on the network? (DEPRECATED)

To query a list of contracts on the network, you could write an index that looks at all receipts/transactions (not just receipts/transactions for a certain contract) and indexes each of the unique contract IDs that it sees.

25 Likes