-
Reported via Zendesk: https://iohk.zendesk.com/agent/tickets/80487
Chris:
I have observed a possible bug in the Daedalus Incentivized Testnet Rewards Wallet,
I staked a very small sum of tADA to …
-
`app/api/ada/_createWalletFromServerData`
we should give it a better name.
it only coverts wallet data fetched from localStore to new `Wallet` object, there is no server involved.
-
we need to be able to extract the ed25519 extended key from an `xprv` or an `xpub`.
```
$ jcli key generate --type=ed25519bip32 | jcli key from-extended
ed25519e_sk....
$ jcli key generate --typ…
-
# Context
I couldn't find API to create a new address. I found a concerned API is "get list addresses". I could pass a param that is "used" or "unused". But I don't know the amount of address I can…
-
# Context
Most of the wallet engine is already very polymorphic and can support multiple types of wallet. In the API, we've instantiated endpoints to work either with `SeqState` or `RndState`, …
KtorZ updated
4 years ago
-
# Problem
When we migrate a Daedalus wallet, we send all the balance to the first address generated by the Yoroi wallet (even if this address has already been used in a different transaction)
https:…
-
Long time ago I created an account: `Ae2tdPwUPEYydDNeSeZEym7cfEdoA31tREpZEkq7JbE6SU9B4wvonrqNWys` using mnemonics.
```
let mnemonics = XXXXXXX;
let password = YYYYYYY;
l…
-
Hi,
I am developing a simple, albeit custom Cardano wallet using NodeJS + Typescript. As advised by @SebastienGllmt I decided to use `js-cardano-wasm` to integrate with blockchain. For starters, I…
-
Hi there, I have worked with Bitcoin and Ehereum, which are using hdkey lib to derive main account to multiple address with path. In these crypto, derivation path is declared by string, example: "/0/0…
-
## Abstract
We want for user to be able to attach private memos to sent transaction, and then later see them in the transaction history. Memos are private, so no one else should be able to access the…