Installation
Get started with Solana Attestations in your project
Installation
Get started with Solana Attestations by installing the necessary packages and setting up your development environment.
TypeScript/JavaScript
Install the Solana Attestations library using your preferred package manager:
# Using pnpm (recommended)
pnpm add sas-lib
# Using npm
npm install sas-lib
# Using yarn
yarn add sas-lib