GitHub Personal Access Token

To access sol3-sdk source code and published artifacts, you will need to create a Personal Access Token with read:packages permissions.

Steps

  1. Go to the Personal Access Tokens (classic) page on GitHub (requires login).

  2. Click “Generate new token” / “Generate new token (classic)”

  3. Give it a name (e.g. sol3-sdk-pat)

  4. Specify an expiration.

  5. Select read:packages (and nothing else)

  6. Click “Generate Token”

  7. Copy the token and save it. A common pattern is to place it in the ~/.bashrc of the development machine you will be using to access the sol3-sdk (e.g. export GITHUB_PAT="<pat_contents>")