Dan Lynch
Dan Lynch
makes sense! From what I can tell, the intention of CSTs is more aligned with your goals. From what I can see on the readme, the flow should be somewhat...
hey @ValarDragon @alexanderbez I think this was a tag just day before cosmosverse, I must have missed this, pardon the delay! I think it's totally fine to move the module...
Thanks @Thunnini !! If you're interested in some details aside from the unmaintained and deprecated parts: Actually the main motivation is that due to changes in recent additions of cosmjs,...
So far looking good! I did notice one dep in the `yarn.lock`, all of the required cosmjs packages were up to date, except for one: [here is a comment so...
ok great, sounds good!
@Thunnini thanks a lot for doing this PR! I'm super grateful and appreciative! So far removing launchpad and cosmjs/* has cleaned up many deps! This is great! We're already using...
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others?
Hey @dmiric and @LeTurt333 For new chains, you may need to convert their proto files into the proper encoding. For this, you'll want to use [Telescope](https://github.com/osmosis-labs/telescope) However, if you're using...
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others?
if you need evmos use evmosjs, cosmjs doesn't support EVM: https://github.com/evmos/evmosjs
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others?
> How can comosjs be used for kava? Hey @heindrick17 You can use `kavajs` https://www.npmjs.com/package/kavajs If there are issues (I know they still need to update amino message names, but...
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others?
> Thank you @pyramation However, when I try to test with kavajs, I am getting `Error: Bad status on response: 501` on `getSigningKavaClient ` function. I am using my RPC...