Arnab Ghose
Arnab Ghose
This PR involves allowing users to set an account as FeePayer, as it is needed for the transaction type `/osmos.authz.v1beta1.MsgExec` to execute. Reference Issue: https://github.com/cosmos/cosmjs/issues/1155
We are building a frontend where the facility of paying gas fee for someone else is being implemented. To do this, we are using the `x/authz` and `x/feegrant` module to...
I am working on an App which signs a particular message using the `signEthereum()` method https://github.com/chainapsis/keplr-wallet/blob/9ce18e3737b3765c6136b8bf0413c5528e644a78/packages/provider/src/core.ts#L223 and the signature is sent to a Tendermint-based blockchain for verification through RPC On...
https://www.w3.org/TR/did-core/#dfn-publickeymultibase Steps: 1. Add `PublicKeyJwk` to `verificationMethod`. 2. Implement JwK Algo to verify JwK signatures.