|
1 | | -# The Trinsic SDK |
| 1 | +# Trinsic SDK |
2 | 2 |
|
3 | | -[](https://gitpod.io/#https://github.com/trinsic-id/sdk) |
4 | | -[](https://github.com/trinsic-id/sdk/actions/workflows/dotnet.yml) |
5 | | -[](https://github.com/trinsic-id/sdk/actions/workflows/rust.yml) |
6 | | -[](https://github.com/trinsic-id/sdk/actions/workflows/node.yml) |
| 3 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-dotnet.yml) |
| 4 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-golang.yml) |
| 5 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-java.yml) |
| 6 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-python.yml) |
| 7 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-ruby.yml) |
| 8 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-rust.yml) |
| 9 | +[](https://github.com/trinsic-id/sdk/actions/workflows/build-typescript.yml) |
7 | 10 |
|
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. |
9 | 24 |
|
10 | 25 | ## Available SDKs |
11 | 26 | - [.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) |
13 | 31 | - [Python](https://docs-v2.trinsic.id/python) |
| 32 | +- [Go](https://docs-v2.trinsic.id/go) |
| 33 | +- [Ruby](https://docs-v2.trinsic.id/ruby) |
14 | 34 | - [Command Line](https://docs-v2.trinsic.id/cli) |
15 | 35 |
|
16 | | - |
17 | | -## Contributing |
18 | | - |
19 | | -Immediately after cloning, do `git submodule update --init --recursive` to initialize and update all dependent submodules. |
|
0 commit comments