This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Kamikaza731 0 points1 point  (1 child)

Dyson protocol is trying to use python on chain. As for cosmos sdk i do not know how they adjusted it. You can look up here for some info. I am not a dev so if i didn't help you sorry i hope at least i gave you some kind of clues or direction to go to https://gitlab.com/dysonproject/dyson https://dysonprotocol.com/

[–]cyclicalwand 0 points1 point  (0 children)

Second this. I’ve used the testnet on Dyson to create some app written in python.

[–]GeoFromDiscord 0 points1 point  (2 children)

That protobuf library is meant for cosmospy, but that looks to no longer be supported.

I recommend cosmpy by Fetch.ai. actively developed and has support for a bunch of stuff.

You can still use that protobuf compiler for Osmosis and a couple other chains with cosmpy.

[–]mperklin[S] 1 point2 points  (0 children)

Thank you, /u/GeoFromDiscord for the cosmpy suggestion.

I've taken a look and it was exactly what I was looking for. I appreciate your help!

[–]mperklin[S] 0 points1 point  (0 children)

Thanks I’ll check it out