-
i am using docker compose for running cardano server, and using cardano-wallet-js package for interacting.
my issue is whenever i create new wallet, the wallet sync form 0 and it takes too much tim…
-
### The problem that you wish to solve
Right now Daedalus somehow magically is able to connect HW wallets, but it's not obvious from API of cardano-wallet how is that possible. Is there any interface…
-
Suppose I want to get access to a field inside `window.*` object and want to perform some operations on it, how do you suggest approaching it? Specifically, my use case involves first getting access t…
-
Crypto staking can be tasking for users, if they have to leave the wallet, you could add staking for cosmos(and it ss58 chains),cardano, polkadot(and its parachains), solana,EVM compatible staking cha…
-
## Version
fae66a56f33ab7497c19830d3fcf4803173691f4
## Description
The JSON encoding roundtrip property is not always satisfied for the `TxMetadataWithSchema` type.
Here's a PR that demons…
-
Currently transferring to Yoroi through the "transfer" feature sends all the Ada to the next unused internal address. This is at least some privacy (will never be reused) but arguably not ideal. The C…
-
Hi, I've noticed that for slightly changes in a redeemer, I've only testes with changing some digits in a json numeric property but could be something deeper, the resulting transaction hash received b…
-
### Just checking...
- [X] This is a `cardano-wallet` bug.
- [X] I am using the latest `cardano-wallet` release.
- [X] I am using the *correct* `cardano-node` version for that release of `cardano-wal…
-
Investigate how to enable support for Ledger hardware wallets. The client code could look something like this:
```
LedgerWallet wallet = server.wallets()
.createOrGet("myLedgerWallet")
.…
-
Tried to do stack build following instructions
```
> nix-shell
> [nix-shell:~/cardano-sl]$ ./scripts/build/cardano-sl.sh
>
```
I get the error below. I'm guessing stack should be installed …