Verida Solutions

Build powerful multi-chain web3 applications with private data storage and identity
Products
testnet

Verida Wallet

A self-custody mobile application to easily manage decentralized identity, personal data, crypto and Web3 apps
testnet

Verida Consent

A user-centric consent based framework for identity, access management and data sharing
testnet

Verida Message

Decentralized multi-chain messaging infrastructure
testnet

Verida Connect

A QR code based multi-chain single sign-on framework to unlock off chain data and crypto
Protocols
testnet

Verida Identity

A self-custody mobile application to easily manage decentralized identity, personal data, crypto and Web3 apps
testnet

Verida DbStore

A user-centric consent based framework for identity, access management and data sharing
verida identity screen

Verida Identity

A seamless user experience to easily:
  1. Create multiple decentralized identities
  2. Create and import blockchain wallets
  3. Manage private keys
  4. Link multiple blockchain accounts to a single Web3 decentralized identity
  5. Manage their on-chain personal reputation
data storage scheme

const database = await appContext.openDatabase('notes')
const success = await database.save({
	title: 'My first note',
	content: 'This is my first ever private, encrypted note'
})
const results = await database.getMany({
	title: 'My first note'
})
console.log(results)

Verida DbStore

Decentralized personal data storage for Web3:
  1. Create multiple decentralized identities
  2. Create and import blockchain wallets
  3. Manage private keys
  4. Link multiple blockchain accounts to a single Web3 decentralized identity
  5. Manage their on-chain personal reputation
QR for login

const appContext = Network.connect({
  client: { environment: EnvironmentType.TESTNET },
  vaultConfig,
  context: { name: 'My dApp' }
})
const did = await appContext.did()
const profile = await appContext.openProfile()
const name = await profile.get('name')

console.log(`Welcome ${name} (${did})!`)

Verida Connect

A decentralized single sign on library that supports QR code login.
  1. Authenticating the user
  2. Unlocking encrypted private storage for your application
  3. Requesting third party private data from the user
  4. Accessing public and private profile
  5. Conducting blockchain transactions via WalletConnect (coming soon)
verida wallet splash screen
message in verida

const message = 'A new file has been uploaded to your NightSafe.'
const url = 'https://nightsafe.com/file/document/d/11Gb ...'
const messaging = vault.getMessaging()
await messaging.send(
  recipientDid,
	'inbox/type/message',
	{
		message,
		url
	},
	'New file uploaded'
)
Data synchronization screen

const requestData = {
  schema: 'https://common.schemas.verida.io/health/note/v1.0/schema.json',
  externalDs: {
    did,
    contextName,
		encrytionKey,
		databaseName
  },
	direction: 'both'
}
const messaging = vault.getMessaging()
await messaging.send(
	recipientDid,
	'inbox/type/datastoreSync',
	requestData,
	'Please sync your health data'
)

Community

Reach out to our team and chat with our fast-growing communityof developers and innovators.