With a brand new fresh install choose a new folder to store the index.
- Walk through the whole thing
- Edit to add a new chain (say gnosis)
- Save the work, walk through the rest of the wizard
When done, do khedra daemon.
It will complain because there is no entry in the newly created trueBlocks.toml file found in the $DATA/ folder.
Solution: When user adds new chain via edit, after returning from the file save, read the config file and write any chains that are not already in the newly created trueBlocks.toml file to include all chains defined in the edited file.
Alternative (better?) Solution: Have the end user edit the newly created trueBlocks.toml file
With a brand new fresh install choose a new folder to store the index.
When done, do
khedra daemon.It will complain because there is no entry in the newly created
trueBlocks.tomlfile found in the$DATA/folder.Solution: When user adds new chain via edit, after returning from the file save, read the config file and write any chains that are not already in the newly created trueBlocks.toml file to include all chains defined in the edited file.
Alternative (better?) Solution: Have the end user edit the newly created trueBlocks.toml file