DocsGetting Started

Getting Started

Get up and running with Tryb OFAC Shield in under 5 minutes.

# Install the Tryb OFAC Shield SDK
npm install @tryb/ofac-shield

# Or with yarn
yarn add @tryb/ofac-shield

1Installation

Install the Tryb SDK using your preferred package manager.

2Quick Start

Initialize the shield with your API key from the dashboard.

3Environment Variables

Store your API key in environment variables for security.

Next up