-
Hardware wallets, e.g. ledger typically will only return message as a blake224 hash. If this is the case they typically add: hashed: TRUE in the unprotected header section.
Please add support for a…
-
Add support (at least through iframe) for exposing CIP30 to interact with wallet
-
release: 1.0.17
environment: production
url: https://gov.tools/
Sentry Issue: [GOVTOOL-FRONTEND-5T](https://intersect.sentry.io/issues/5762648623/?referrer=github_integration)
```
UnhandledRe…
-
There are 3 key aspects for a Cardano offchain library in Elm.
1. Wallet connection with CIP30 and CIP45
2. Building, submitting, watching transactions
3. A simulation environment to help end-to-…
-
I have done some work to enable and connect to the Eternl wallet and it works. Now I want to sign a message using the wallet for signature verification on the server side. I am using the latest Helio…
-
According to current spec, the wallets should implement:
cardano.{walletName}.{methodname}
However it looks like what is currently implemented is cardano.{methodname}
Implementing the CIP30 …
-
I am trying to parse witnessSet CBOR produced `cip30.submitTx()` using cardano-api, But it seems that the equivalent data structure or parser is missing.
How can I parse it so that it can be used…
-
Hello!
We were testing out Ledger/Trezor devices on Indigo and found that whenever you burn tokens the Ledger/Trezor device gives back a invalid witness. I believe that https://github.com/berry-poo…
-
is it possible to show wallet balance?
-
When something is not implemented by some wallet, usually the call will fail with an error and return an error in an unexpected shape to the elm port. I need to look at this a bit more to bend those e…