@orca-so/whirlpools-automation
v0.7.0
Published
Whirlpools Automation Program JS client
Downloads
859
Keywords
Readme
@orca-so/whirlpools-automation
TypeScript client for the Whirlpools Automation program on Solana.
Installation
npm install @orca-so/whirlpools-automationUsage
This package provides generated TypeScript types, instruction builders, account decoders, and error definitions for the Whirlpools Automation program. It is built on top of @solana/kit.
import { getCreateAutomationInstruction, fetchAutomation } from '@orca-so/whirlpools-automation';Build
yarn buildThis produces both Node.js and browser ESM bundles in dist/.
Development
The code under src/generated/ is auto-generated by Codama from the program's Shank IDL. Do not edit these files directly. To regenerate:
# from the repository root
yarn generatePublish
# from the repository root
yarn publish:jsRequires npm authentication with publish access to the @orca-so scope.
