L1X Typescript SDK
Utilize this tool to engage with accounts and programs on the L1X Network via the L1X Network JSON RPC API.
Installation
For use in Node.js or a web application
npm install --save @l1x/l1x-wallet-sdkDocumentation and examples
For more detail on individual functions, see the latest API Documentation
Environment Setup
Requirements:
Node Version >= v16.19.1
To Build from source run
npm install
npm run buildRunning Tests
To run tests, run the following command
npm run testUsage/Examples
Last updated