Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update to truvera.md #12

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flutter-example/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Flutter App Using Dock Wallet SDK WebView
### Flutter App Using Truvera Wallet SDK WebView

This Flutter project demonstrates how to integrate Dock's Wallet SDK (written in JavaScript) by loading it within a WebView. The app utilizes JSON-RPC calls to interact with the wallet’s functionality, allowing credential management and import via a web bundle.
This Flutter project demonstrates how to integrate Truvera's Wallet SDK (written in JavaScript) by loading it within a WebView. The app utilizes JSON-RPC calls to interact with the wallet’s functionality, allowing credential management and import via a web bundle.

#### **Project Structure**

Expand Down Expand Up @@ -43,7 +43,7 @@ flutter-project/

#### **Features**

- **JSON-RPC Communication**: The `JsonRpcWebView` widget establishes a JSON-RPC interface with the WebView, enabling interaction with Dock’s Wallet SDK methods such as `importCredential`, `getCredentials`, and `clearData`.
- **JSON-RPC Communication**: The `JsonRpcWebView` widget establishes a JSON-RPC interface with the WebView, enabling interaction with Truvera’s Wallet SDK methods such as `importCredential`, `getCredentials`, and `clearData`.
- **UI Components**: The UI provides options to view, import, refresh, and clear credentials using simple controls.

#### **Usage**
Expand Down
4 changes: 2 additions & 2 deletions flutter-webview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**WebView Project**

This project serves as the WebView logic implementation for Dock's Wallet SDK. It creates a JavaScript bundle that handles wallet-related operations and sends data between the JavaScript and Flutter environments using a JSON-RPC protocol.
This project serves as the WebView logic implementation for Truvera's Wallet SDK. It creates a JavaScript bundle that handles wallet-related operations and sends data between the JavaScript and Flutter environments using a JSON-RPC protocol.

#### **Project Structure**

Expand Down Expand Up @@ -53,5 +53,5 @@ After testing, you can copy `build/` files to your Flutter project’s assets fo

#### **Notes**

- This WebView project is designed to integrate specifically with Dock’s Wallet SDK. Refer to the Wallet SDK documentation for more details on available methods and configurations.
- This WebView project is designed to integrate specifically with Truvera’s Wallet SDK. Refer to the Wallet SDK documentation for more details on available methods and configurations.

12 changes: 6 additions & 6 deletions nodejs-example/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wallet sdk web examples
This is an examples on how to install the Dock Wallet SDK in a nodejs application.
This is an examples on how to install the Truvera Wallet SDK in a nodejs application.

## Installation steps

Expand All @@ -14,16 +14,16 @@ You can read more about OID4VC in [our docs](https://docs.dock.io/developer-docu

### Step 1: Generate an OpenID Issuer and Credential Offer

To get started, define your environment variables to access the Certs API:
To get started, define your environment variables to access the Truvera API:

```bash
export CERTS_API_KEY=<Your Certs API Key>
export CERTS_API_URL=https://api.dock.io
export CERTS_API_KEY=<Your Truvera API Key>
export CERTS_API_URL=https://api.truvera.io
export ISSUER_DID=<Issuer DID>
```
Note:
* API keys can be defined on the [API Keys](https://certs.dock.io/keys) page in Certs
* Issuer DIDs can be viewed on the [Organization Profiles](https://certs.dock.io/dids) page in Certs
* API keys can be defined on the [API Keys](https://truvera.io/keys) page in Truvera Workspace
* Issuer DIDs can be viewed on the [Organization Profiles](https://truvera.io/dids) page in Truvera Workspace

Next, generate the OpenID issuer and the credential offer by running the following command:

Expand Down
2 changes: 1 addition & 1 deletion react-native-example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wallet SDK Demo
React-native project running the dock wallet-sdk
React-native project running the Truvera wallet-sdk

# Installation

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wallet sdk examples

This repository contains examples for working with the Dock Wallet SDK.
This repository contains examples for working with the Truvera Wallet SDK.
https://github.com/docknetwork/react-native-sdk

2 changes: 1 addition & 1 deletion web-example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud Wallet Demo

This web application leverages the **Dock Wallet SDK** and **Dock Cloud Wallet** for managing credentials and data storage.
This web application leverages the **Truvera Wallet SDK** and **Truvera Cloud Wallet** for managing credentials and data storage.

## Usage Instructions

Expand Down