Skip to content

Commit 29ae005

Browse files
authored
Add intro section to readme, links to docs, status badges (#189)
1 parent a2a3953 commit 29ae005

File tree

10 files changed

+34
-43
lines changed

10 files changed

+34
-43
lines changed

.github/workflows/build-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ".NET (build)"
1+
name: ".NET"
22

33
on:
44
pull_request:

.github/workflows/build-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Golang (build)
1+
name: Go
22

33
on:
44
workflow_dispatch:

.github/workflows/build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java (build)
1+
name: Java
22

33
on:
44
workflow_dispatch:

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python (build)
1+
name: Python
22

33
on:
44
workflow_dispatch:

.github/workflows/build-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby (build)
1+
name: Ruby
22

33
on:
44
pull_request:

.github/workflows/build-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust (build)
1+
name: Rust
22

33
on:
44
pull_request:

.github/workflows/build-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "TypeScript (build)"
1+
name: "TypeScript"
22

33
on:
44
pull_request:

.gitpod.Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
1-
# The Trinsic SDK
1+
# Trinsic SDK
22

3-
[![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)
4-
[![NET](https://github.com/trinsic-id/sdk/actions/workflows/dotnet.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/dotnet.yml)
5-
[![Rust](https://github.com/trinsic-id/sdk/actions/workflows/rust.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/rust.yml)
6-
[![Node](https://github.com/trinsic-id/sdk/actions/workflows/node.yml/badge.svg)](https://github.com/trinsic-id/sdk/actions/workflows/node.yml)
3+
[![.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)
4+
[![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)
5+
[![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)
6+
[![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)
7+
[![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)
8+
[![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)
9+
[![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)
710

8-
**Only available for beta customers at this time**
11+
## Introduction
12+
13+
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.
14+
15+
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.
16+
17+
## Getting Started
18+
19+
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.
20+
21+
## Example Implementations
22+
23+
Check out our [dedicated repository with various examples](https://github.com/trinsic-id/sdk-examples/) and use cases for different platforms and languages.
924

1025
## Available SDKs
1126
- [.NET](https://docs-v2.trinsic.id/dotnet)
12-
- [TypeScript](https://docs-v2.trinsic.id/node)
27+
- [Java / Android](https://docs-v2.trinsic.id/java)
28+
- [Swift](https://docs-v2.trinsic.id/python)
29+
- [TypeScript / Node](https://docs-v2.trinsic.id/node)
30+
- [TypeScript / Browser](https://docs-v2.trinsic.id/node)
1331
- [Python](https://docs-v2.trinsic.id/python)
32+
- [Go](https://docs-v2.trinsic.id/go)
33+
- [Ruby](https://docs-v2.trinsic.id/ruby)
1434
- [Command Line](https://docs-v2.trinsic.id/cli)
1535

16-
17-
## Contributing
18-
19-
Immediately after cloning, do `git submodule update --init --recursive` to initialize and update all dependent submodules.

0 commit comments

Comments
 (0)