cosmospy
cosmospy copied to clipboard
Cosmospy SDK 0.44 fix
Prior discussion in https://github.com/hukkin/cosmospy/pull/32
How is the dir structure that is autogenerated? Can we maybe use that with no changes applied, but having it in a seprarate top level namespace (i.e. outside
import cosmospy
namespace)?
So what I've done for myself and for others I talked to in the Osmosis discord is following repo: https://github.com/ctrl-Felix/cosmospy-protobuf
It includes all protobufs of cosmos (and some other chains). I didn't change the structure of the protos so if you want to see how it is usually structured you can check that out.
I'll document what I've done to get the protos and add that.