Skip to content

The Trinsic Go SDK

The Trinsic Go SDK makes it easy to interact with the Trinsic API from any Go application. The most recent version of the library can be found on Github. You can find the SDKs source on Github.

Installation and Configuration

  1. Run the following command to install the go SDK package
    go install github.com/trinsic-id/sdk/go@latest
    
  2. Test the installation by running the following go code: