mospy
mospy copied to clipboard
Extendable python library for the cosmos ecosystem.
Solution to a popular problem: https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python
{"tx_response":{"height":"0","txhash":"9A8157B27A79A7DCFACBBCADB0078FB7891342424F5283A6BC422EE2803A12A4","codespace":"sdk","code":4,"data":"","raw_log":"signature verification failed; please verify account number (2780) and chain-id (joltifydev_1730-1): unauthorized","logs":[],"info":"","gas_wanted":"0","gas_used":"0","tx":null,"timestamp":"","events":[]}}
`Error: Couldn't import from cosmospy_protobuf. Is the package installed?` tx type is 'transfer' native token. chain injective
Currently it's not possible to use osmosis protobufs when using Cosmos/Evmos etc.
Hello, I'm trying to send MsgTokenizeShares and I have to pass amount(dict of denom and value) as an argument. Here is the code: ``` from mospy import Account, Transaction from...