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

Currently we use `https://assets.verida.io/registry/storageNodes/testnet.json` for our testnet. For the new Banksia testnet we need to support `https://assets.verida.io/registry/storageNodes/banksia.json`

Polygon Mumbai will be deprecated by April 13th. We need to migrate to Amoy to ensure the continuous testing. Deployed the contracts on Amoy and need to update the Amoy...

When seinding a message, the [documentation tutorial](https://github.com/verida/documentation) was returning such error `Unable to send message. Recipient does not have an inbox for that context (Verida: Vault)` when it was using...

The `tsconfig` file is redefined into every single package of this monorepo. There is a risk of having different configuration. It is already the case, some packages build into `dist`,...

Define the content of the package being published: https://docs.npmjs.com/cli/v10/using-npm/developers#keeping-files-out-of-your-package Add an `.npmignore` or in package.json define the explicit list of files to include. Then set up CI to publish.

- Update `getNodes...()` functions - Update contract addresses in `vda-common` - Update ownership-transfer feature by 2-step mode

Instantiating an account in "web3" mode requires a Polygon private key. When we don't want to create or revoke DIDs and we are sure the account exists, we want to...

enhancement

The `openUrl` property in the Verida Connect protocol allows the wallet to redirect the user to that URL after the successful connection. Problem is, it doesn't make sense when the...

enhancement

See: - https://en.wikipedia.org/wiki/Distributed_key_generation - https://crysp.uwaterloo.ca/software/DKG/ - https://github.com/PhilippSchindler/EthDKG

enhancement