cosmjs
cosmjs copied to clipboard
The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
Hi, I'm trying to find a way to execute an admin transaction(custom transaction) using a custom type URL, you can find the logic I'm using to sign and broadcast an...
How does register match the message type as Coin, such as: message: {"a": "string", "b": {"denom": "uatom", "amount": 100}}, the field writing in protobufjs has no corresponding object type
Hi, I'm currently somehow lost in how to use the cosmjs library. I tried a lot of combinations, but I can't sign and broadcast a osmosis swap transaction. What I...
Hi! I added the `Ethermint` support to cosmjs locally with the following functions: - generate EVM / Bech32 address from public key type `/ethermint.crypto.v1.ethsecp256k1.PubKey` - sign the transaction with public...
This PR improves the overall code of `StargateClient` and `SigningStargateClient`. The main changes are the following: - introduced a new `StargateClientOptions` interface that allows setting custom options for `StargateClient`. The...
related issue #903
Hello. It there any way to make salt configurable? https://github.com/cosmos/cosmjs/blob/f198f0acc425051f0ebd71489d993d7851b48475/packages/proto-signing/src/wallet.ts#L15 I found a way to replace that file. And put salt to the env variable: ```js new webpack.NormalModuleReplacementPlugin( new RegExp('@cosmjs/proto-signing/build/wallet.js'),...
Hi there. I'm trying to broadcast a custom transaction from a multisig which has collected the required number of signatures, but for some reason I'm getting ```Broadcasting transaction failed with...