Getting Started
The ULedger SDK is a framework for building blockchain applications. Written in TypeScript, this SDK is used to develop applications within the ULedger ecosystem. It serves as a powerful tool for interacting with the ULedger blockchain network. On this page, we will guide you through the installation of the SDK.
note
We advise to always use the latest maintained version for building ULedger SDK applications.
Let's Install the SDK
To install the package via npm, run:
$ npm i @uledger/uledger-sdk
From there, you can include the transaction and bms sessions in your code using the following line:
import { ULedgerTransactionSession, ULedgerBMSSession } from '@uledger/uledger-sdk';