A lightweight Visual Studio Code extension that simplifies integration with the evidentproof.api.client NPM package.
This helper tool ensures the SDK is automatically available in your project with minimal effort.
🚀 Features
✅ Auto Installation
Automatically detects if your workspace is a JavaScript/TypeScript project
Installs the evidentproof.api.client package on first use
✅ Smart Suggestions
Prompts you to install the SDK if it's not already included in your project
Respects your decision to skip installation (won’t keep nagging!)
✅ Onboarding Experience
Welcomes you the first time you use the extension
Automatically opens the SDK README for quick guidance
✅ Zero Configuration
No need to manually modify your package.json
Just open your project — and you’re set!
📦 What Is EvidentProof?
evidentproof.api.client is an SDK designed to interact with the Evident Proof blockchain evidence service. It allows developers to:
Submit evidence
Generate certificates
Query proofs and statistics
Integrate trust, immutability, and transparency into their applications
🧠 How It Works
When you open a JS/TS project in VS Code, the extension checks for:
package.json file
Whether evidentproof.api.client is installed
If it’s missing:
First-time auto-installed without prompting
Next-time You’ll be asked if you’d like to install the SDK if it's not already present
After installation, it opens a helpful README to get you started.