We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the design document, a new RegistryGenerator service class is needed to handle exporting ERC contracts into JSON files.
RegistryGenerator
Implement a RegistryGenerator service class under tools/erc-repository-indexer/src/services/registryGenerator.ts. The class should include:
tools/erc-repository-indexer/src/services/registryGenerator.ts
registryGenerator()
The RegistryGenerator class should also be tested using the Jest testing framework.
The text was updated successfully, but these errors were encountered:
quiet-node
Successfully merging a pull request may close this issue.
Problem
According to the design document, a new
RegistryGenerator
service class is needed to handle exporting ERC contracts into JSON files.Solution
Implement a
RegistryGenerator
service class undertools/erc-repository-indexer/src/services/registryGenerator.ts
. The class should include:registryGenerator()
method to output ERC contracts into JSON filesThe
RegistryGenerator
class should also be tested using the Jest testing framework.The text was updated successfully, but these errors were encountered: