Protean-Labs/graphgen

Support passing directory as argument to GraphGen

Closed this issue · 0 comments

Currently, GraphGen is used by specifying a single solidity files (which can contain any number of interfaces) like so:
graphgen FILEPATH.

However, GraphGen should support receiving a directory as argument. When that is the case, any solidity file one level deep in the directory should be parsed to see if they contain any interfaces with GraphGen tags and included in the output subgraph.