Installation

Install the library

The best way to interact with our API is to use one of our official libraries:

npm install @horizon-network/node-sdk --save
# or
yarn add @horizon-network/node-sdk

Importing the packages

import { HorizonClient, Config } from '@horizon-network/node-sdk';

Last updated