This is a prototype to test permission feature of Verida datastore.
- Node v15.2.0
- Install the dependencies.
npm install
- Start webpack:
npm run dev
- Navigate to localhost:8080 in your browser.
- Tap connect to get your DID
- Give database a name
- Tap create to create new database
Permission of newly created database reflect permission configuration
Permission of the new database is set to { read: 'owner', write: 'owner' }