Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ".NET (build)"
name: ".NET"

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-golang.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Golang (build)
name: Go

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java (build)
name: Java

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python (build)
name: Python

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ruby (build)
name: Ruby

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust (build)
name: Rust

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-typescript.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "TypeScript (build)"
name: "TypeScript"

on:
pull_request:
Expand Down
10 changes: 0 additions & 10 deletions .gitpod.Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .gitpod.yml

This file was deleted.

38 changes: 27 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
# The Trinsic SDK
# Trinsic SDK

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/trinsic-id/sdk)
[![NET](https://github.com/trinsic-id/sdk/actions/workflows/dotnet.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/dotnet.yml)
[![Rust](https://github.com/trinsic-id/sdk/actions/workflows/rust.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/rust.yml)
[![Node](https://github.com/trinsic-id/sdk/actions/workflows/node.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/node.yml)
[![.NET](https://github.com/trinsic-id/sdk/actions/workflows/build-dotnet.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-dotnet.yml)
[![Go](https://github.com/trinsic-id/sdk/actions/workflows/build-golang.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-golang.yml)
[![Java](https://github.com/trinsic-id/sdk/actions/workflows/build-java.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-java.yml)
[![Python](https://github.com/trinsic-id/sdk/actions/workflows/build-python.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-python.yml)
[![Ruby](https://github.com/trinsic-id/sdk/actions/workflows/build-ruby.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-ruby.yml)
[![Rust](https://github.com/trinsic-id/sdk/actions/workflows/build-rust.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-rust.yml)
[![TypeScript](https://github.com/trinsic-id/sdk/actions/workflows/build-typescript.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/build-typescript.yml)

**Only available for beta customers at this time**
## Introduction

Welcome to Trinsic, the proof-of-anything platform. We are the leading developer platform for implementing [verifiable credentials](https://www.w3.org/TR/vc-data-model/) and [decentralized identifiers](https://www.w3.org/TR/did-core/) - emerging web standards for building next-gen digital identity systems.

Learn how to issue and verify universally-accepted digital credentials so that anywhere people go online or in-person, they can simply tap their phone, prove who they are, and get what they need.

## Getting Started

Check our our [documentation](https://docs-v2.trinsic.id) to learn about Trinsic, work through a basic implementation, plan a full integration, and learn about our tools you can use.

## Example Implementations

Check out our [dedicated repository with various examples](https://github.com/trinsic-id/sdk-examples/) and use cases for different platforms and languages.

## Available SDKs
- [.NET](https://docs-v2.trinsic.id/dotnet)
- [TypeScript](https://docs-v2.trinsic.id/node)
- [Java / Android](https://docs-v2.trinsic.id/java)
- [Swift](https://docs-v2.trinsic.id/python)
- [TypeScript / Node](https://docs-v2.trinsic.id/node)
- [TypeScript / Browser](https://docs-v2.trinsic.id/node)
- [Python](https://docs-v2.trinsic.id/python)
- [Go](https://docs-v2.trinsic.id/go)
- [Ruby](https://docs-v2.trinsic.id/ruby)
- [Command Line](https://docs-v2.trinsic.id/cli)


## Contributing

Immediately after cloning, do `git submodule update --init --recursive` to initialize and update all dependent submodules.