Document how to actually configure the backend and connect it to Iroha #33
Labels
documentation
Improvements or additions to documentation
upstream-iroha
Needs improvements from Iroha itself
While attempting to run the backend, user will see this documentation that provides a default configuration. Said config causes an error and there are no additional notes on how to fix it. The user will enter the command that launches the backend and see an error:
Returning to the config, said line and column point to the
PRIVATE_KEY
configuration.Currently,
PUBLIC_KEY
configuration andPRIVATE_KEY
configuration need to contain some hints for the user to fix them.If I remember correctly, the
PUBLIC_KEY
andPRIVATE_KEY
could be generated by a Kagami tool. Let's say we build it or run with Cargo:So, we get both private and public key in some form:
Now, is this how the user will record it in a configuration?
Moreover, what does "multihash" public key mean?
I believe this has to be documented for the UX of the backend.
The text was updated successfully, but these errors were encountered: