Overview
OpenTDF supports native SDKs in the Go, Java and JavaScript languages.
Please refer to the SDK Feature Matrix in the Appendix for the supported features in each SDK.
Repositories
Install
- Go
- Java
- JavaScript
go get github.com/opentdf/platform/sdk@latest
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.2.0-SNAPSHOT</version>
</dependency>
npm i @opentdf/client