Skip to content

Install threeport-sdk

To install the Threeport SDK, visit the Threeport project's releases page on GitHub and download the checksums and tarball for your OS and architecture.

Verify the downloaded file.

1
sha256sum -c --ignore-missing checksums.txt

Unpack and install.

1
2
tar xf [tarball filename]
sudo mv [binary filename] /usr/local/bin/

Confirm version and view usage info.

1
2
threeport-sdk version
threeport-sdk help

Next Steps

Next, check out our tutorial on using the SDK.