dipdup-io / dipdup

Modular framework for creating selective indexers and featureful backends for dapps
https://dipdup.io
MIT License
97 stars 52 forks source link

feat: add interactive config generator #1118

Closed JoE11-y closed 1 month ago

JoE11-y commented 1 month ago

for #1106

completed

To test:

@droserasprout

JoE11-y commented 1 month ago

I adjusted the interaction flow as requested. Now:

  1. Datasources and contracts are independent of each other and can be set selectively.
  2. However Indexers require datasources (mandatory) and may also depend on contracts, depending on the indexer type, for the configuration to pass the final validation check.

All possible scenarios were carefully considered in the update.