From ee5f11fa636d0be5187fb718c1df67aca933196f Mon Sep 17 00:00:00 2001 From: Derek Scruggs Date: Thu, 2 Jul 2026 14:18:58 -0500 Subject: [PATCH 1/2] Update README for interact() and version 4.1. Move the deprecated get()/store() instructions to docs/get-store.md and link to them from the README. Link "interaction URL" to the VCALM specification. Bump the recommended install version from 3.x to 4.1. Clarify that wallet providers do not call navigator.credentials; registration uses CredentialManager.requestPermission() and handlers receive requests via events or a protocols query parameter. Co-Authored-By: Claude Fable 5 --- README.md | 213 +++++----------------------------------------- docs/get-store.md | 190 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 213 insertions(+), 190 deletions(-) create mode 100644 docs/get-store.md diff --git a/README.md b/README.md index 08a8eb5..59921af 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Take a look at the following websites to try out a minimal CHAPI implementation: ### Loading the Polyfill -Before you can get and store credentials, you need to load the +Before you can start credential interactions, you need to load the polyfill library. If you're [loading the polyfill from a ` + ``` ### Installing using Node.js (for development) @@ -436,7 +269,7 @@ Adding the following `