Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.09 KB

File metadata and controls

57 lines (34 loc) · 1.09 KB

LiquidOps JS

LiquidOps JS provides a seamless way to interact with the LiquidOps protocol in TypeScript and JavaScript projects.

This SDK simplifies the process of interacting on ao/arweave with LiquidOps


Installation

You can install the LiquidOps JS using npm:

npm i liquidops

Or using yarn:

yarn add liquidops

Or using bun:

bun i liquidops

SDK docs

Please head to LiquidOps JS docs


For real-time support and discussions:

  1. Click this invite link: LiquidOps Discord
  2. Once in the server, head to the #developer channel
  3. Feel free to ask your questions or share your projects!

Anything else:

For bug reports, feature requests, or more complex problems:

  1. Go to our GitHub Issues page
  2. Click on "New Issue"
  3. Provide a clear title and detailed description of your issue

License

This software is released under MIT license. See LICENSE.md for full license details.