Open xanderjl opened 3 years ago
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 likely want to launch @cosmjs/faucet
locally to get funds in these new accounts (unless you just load pre-funded accounts).
It works with keplr, ledger, and local storage. Uses React/TypeScript and CosmJS 0.25.6.
A good example to start with.
Also happy if anyone wants to contribute to that repo - with docs or with code improvements.
We're attempting to get delegation in Stargate to work with Keplr wallet. All articles and documentation seem to be out of date and do not offer a working solution.
The code block thus far:
From the data tab in Keplr pre-approval:
Error output:
versions:
Keplr extension - 0.8.14 @cosmjs/stargate - 0.26.0-alpha2
Any insight would be greatly appreciated 🙏