Skip to content

triandco/verida-messaging-prototype

Repository files navigation

Verida messaging prototype

This is a prototype to test permission feature of Verida datastore.

Environment

  • Node v15.2.0

Reproduction

  1. Install the dependencies.
npm install
  1. Start webpack:
npm run dev
  1. Navigate to localhost:8080 in your browser.
  2. Tap connect to get your DID
  3. Give database a name
  4. Tap create to create new database

Expected behaviour

Permission of newly created database reflect permission configuration

Actual

Permission of the new database is set to { read: 'owner', write: 'owner' }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published