verida-js icon indicating copy to clipboard operation
verida-js copied to clipboard

The Verida SDK provides several SDKs to interact with the Verida Network

Results 80 verida-js issues
Sort by recently updated
recently updated
newest added

Need to add support for a unit test that covers this scenario: Storage node becomes unavailable, databases are created, then storage node comes back online. Need to ensure database that...

The following tasks were left out of the MVP release and need to be completed at a future time: - [ ] Implement `addEndpoint()`in `vda-did` and `storage-node` with signature support...

Some things that we know we aren't resilient to: * Nodes disappearing * Being logged into an app that uses a node that is no longer available * corrupt data...

I can't connect my Verida profile recently. Every time I call `WebUser.isConnected()` or `WebUser.getPublicProfile()`, I get the following exception... `Uncaught (in promise) Error: Account (did:vda:testnet:0x346bff43d69c4Ba88be5aEaf0E5eABd07cd31631) does not have a public...

After upgrading to Verics 2.3.4, I noticed that the `WebUser` class was moved to `@verida/web-helpers`. This change in not mentioned on the`@verida/account-web-vault` [CHANGELOG](https://github.com/verida/verida-js/blob/main/packages/account-web-vault/CHANGELOG.md) and also not on the [API docs](https://developers.verida.network/docs/single-sign-on-sdk/web-user).

- I remove the HTML attribute `hidden` in the modal parent div which conflicts with the bootstrap Global CSS. closes #237

### Problem The connect modal does not display when the package is used in a js framework set up with bootstrap CSS, this happens as a result of CSS conflict...

- Document `did-document` methods - Update `README.md` with helpful information on how to use the library

documentation

Once the [message interactions smart contract is implemented](https://github.com/verida/blockchain-contracts/issues/17), the `client-ts` library needs to be updated with the following changes: ## Outbox (Pay to send message) When sending an outbox message,...