Skip to content
Merged
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
[![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)

Library is available for use with different languages

[![Gem](https://img.shields.io/gem/v/trinsic-services?color=e9563f)](https://rubygems.org/gems/trinsic-services)
[![Go)](https://img.shields.io/github/go-mod/go-version/trinsic-id/sdk?color=01ADD8&filename=go%2Fgo.mod&label=go)](https://github.com/trinsic-id/sdk/tree/main/go/)
[![Nuget](https://img.shields.io/nuget/v/trinsic)](https://www.nuget.org/packages/Trinsic/)
[![npm](https://img.shields.io/npm/v/@trinsic/trinsic?color=CC3534)](https://www.npmjs.com/package/@trinsic/trinsic)
[![PyPI](https://img.shields.io/pypi/v/trinsic-sdk?color=%230074b7)](https://pypi.org/project/trinsic-sdk/)
[![Rust](https://img.shields.io/github/v/release/trinsic-id/sdk?color=green&label=rust)](https://github.com/trinsic-id/sdk/)
[![Swift](https://img.shields.io/github/v/tag/trinsic-id/sdk-swift?color=orange&label=swift)](https://github.com/trinsic-id/sdk-swift)


## 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.
Expand Down