Ethan Frey
Ethan Frey
Demonet-071.cosmwasm.com is live and using v0.7.1
I highly suggest looking at the wallet and staking apps in https://github.com/CosmWasm/dApps. You will need to update config.ts to point to a more recent network (or local test network) and...
Awesome, I will pull in main and double-check. This checklist is still a work in progress, no need to act on it yet, we can review Thursday to see what...
Thank you for the feedback @Thunnini > But looking at cosmos-sdk blockchains, it seems like there are no other blockchains that doesn't use stdTx. When I implemented fee delegation (last...
If we provided such an interface, would you be happy with a cosmjs provider that fulfilled such interface and allowed the keplr extension to handle fee setting and submission?
I agree. Other repos should not import codec, but compile what they need locally. CosmJS cannot maintain all protobuf files possibly needed
Those all look like nice UX improvements, and would simplify most of `useOptions` from the cw20 `helpers.ts` file. `FaucetClient` or just adding `hitFaucet` function to cosmjs would also be nice....
> The problem with hitFaucet is it is too simple for a general purpose library. The faucet as other calls, like /status and of we go into the faucet client...
Thank you for providing an example code. For context, this question was raised on discord in pa They were looking to bindle cosmjs with [browserify](https://github.com/browserify/browserify#getting-started) and I said we couldn't...
https://github.com/CosmWasm/cosmwasmjs may be helpful. This is a very early WIP but the idea to make easier onboarding.