Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 602 Bytes

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' }