SDK
All Clockwork APIs are deployed as programs on Solana and callable via simple transactions or cross-program invocations. This means you can use Clockwork with whatever language you want. The SDKs presented below are maintained for common developer use-cases.
For Rust clients and on-chain CPI integrations, please use the
clockwork-sdk
crate. For Typescript clients and frontend integrations, please use the
@clockwork-xyz/sdk
package.Last modified 21d ago