Integration & Usage
Integration is designed to be 'Plug-and-Play'. Developers import the SDK and initialize it with a single wallet private key (or API key for managed vaults).
import { HorizenClient } from '@horizenx402/sdk';
const agent = new HorizenClient({ privateKey: '...' });Last updated

