This app is a Verida datastore using a custom schema and some pre-defined indexes:
- The app Create button creates an entry in the datastore every time it is clicked.
- The app Load button fetches two entries at a time from the datastore and displays them in a list.
- At the bottom is the content of the custom schema.
- Install the dependencies
npm install
- Star development server:
npm run dev
- Navigate to localhost:8080. You should see your app running.
- Enter with Metamask
- Click the add button a couple of times to create a few entries in the datastore.
- Click the load button to fetch entries from the datastore
Fetch result contains bookmark for pagination
Fetch result does not have a bookmark property but contains a warning that no indexes found.