InjectiveLabs/sdk-python

make gen tries to clone non-existent repo

Closed this issue · 2 comments

Running make gen as per the instructions fails when trying to clone https://github.com/InjectiveLabs/injective-core.git (which does not exist).

Please read the README.md carefully. That instruction you mention (make gen) is in the "Development" section, and is intended only for the SDK developers

@aarmoa a bit quick to jump to conclusions. I think development instructions should also be kept up to date and functional.

In our case, we needed to add support for parsing a message type that wasn't supported by python-sdk. I think that falls under development. But we managed to do so without following the development steps in the readme, thank you.