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.
In https://github.com/CosmWasm/cosmwasm-plus/pull/46 I went to make the easiest intro to using the cw20-base contract via `@cosmjs/cli`. However, the setup code we have by default wasn't the simplest, so I refactored...
We're looking at more streamlined ways of authenticating with Cosmos apps (compared to importing mnemonic, generating keys, storing them encrypted in local storage). Have you guys seen Web Authentication API?...
Beginning with the Wiki section on "[What can CosmJS do fo me?](https://github.com/CosmWasm/cosmjs/wiki/What-can-CosmJS-do-for-me%3F)" thought it would be good to keep track of various documentation topics that are currently missing or might...
Right now `MsgStoreCode.instantiate_permission` is always undefined because ```ts // TODO: implement /** * @see https://github.com/CosmWasm/wasmd/blob/v0.10.0-alpha/x/wasm/internal/types/params.go#L68-L71 */ export type AccessConfig = never; ```
Continuing a discussion from https://github.com/confio/cosmwasm-js/pull/99 @webmaster128 had concerns with the `Stream` interface we provide, both polling and websockets (with reconnect issues). These are important concerns as he has worked with...
In some cases, `funds` may not exist.
Gets obsolete with #1290
The signature `export function decodePubkey(pubkey?: Any | null): Pubkey | null {` is not very helpful since the caller always has to handle the null case even if the input...
cosmjs-types/cosmos/tx /** getting this error after installing @cosmjs/proto-signing
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others?
Can cosmjs be used to sign and broadcast transactions to chains like osmosis, kava, juno and others? If yes can someone point me to an example of such a usage?