-
I have Electrum (the last version) in my linux box and it works very well. So I have buy Trezor one e set it:
`# pip3 install trezor[hidapi]`
the installation was ok, without any error message. The …
-
Currently, the client flow for identity management is integrated into the core repository, resulting in a login flow that is too tightly coupled with the node. To enhance user experience and maintain …
-
Hello colleagues,
I would kindly ask for your help on how to restore DarkWallet account. Somehow I managed to clean my computer in a way that DarkWallet didn't worked anymore...
What I did is restor…
-
Hello,
I am using the `docker-compose up` command to start the walt.id services (especially the wallet frontend).
Because in my machine I already have another Postgres instance running in port 5…
-
Hi, everything used to work fine in older releases but I've redownloaded the latest release v.0.2.0 for learning purposes and while trying to launch everything through docker-compose the wallet-api co…
-
I used following commands to run wallet api standalone :
1) docker build -t waltid/wallet-api -f waltid-services/waltid-wallet-api/Dockerfile .
2). docker run \
-p 7001:7001 -it \
-v $(pwd)/…
-
The registration-defaults.conf fails to load and since it is set to [optional](https://github.com/niwim/waltid-identity/blob/a7f5b5a6cc26b301fd54cd37cc37df72579c09fe/waltid-wallet-api/src/main/kotlin/…
niwim updated
4 months ago
-
Hi Bittensor-Devs,
currently I'm very puzzled about the recent wallet-change, and why there are next to none Informations out there publicly accessible (maybe they are via discord, don't know, but …
-
After upgrading to `3.0.1-beta.0` we started getting the following error: "Expected valid bigint: 0 < bigint < curve.n"
Here's the code responsible for that error:
```ts
const onSubmit = async ({…
-
Im trying to use the web-wallet to receive a credential im issuing in another server using waltid ssi-kit. Im getting this error:
happening on line `SSIKit2WalletService.kt:447`
```bash
credent…