@lfdecentralizedtrust/paladin-sdk
v0.14.0
Published
This is the official TypeScript SDK for building client applications that talk to Paladin nodes.
Readme
Paladin TypeScript SDK
This is the official TypeScript SDK for building client applications that talk to Paladin nodes.
At this time the SDK is incomplete, and may only contain a subset of the available Paladin methods.
Build standalone
npm install
npm run download-abi
npm run buildBuild with Gradle
The following will perform all pre-requisites and build the SDK:
../../gradlew build