Registry / networking / clockwork-network-program

clockwork-network-program

JSON →
library2.0.19rscratesunverified

Implements the Clockwork networking protocol for Solana blockchain automation.

# Cargo.toml [dependencies] clockwork-network-program = "2.0.19"
INSTALL
IMPORT
SIG · CLOCKWORK-NETWORK-
C
clockwork-network-program
networkingrustv2.0.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

process_instruction
use clockwork_network_program::entrypoint::process_instruction;

Minimal example showing the program entrypoint.

use clockwork_network_program::entrypoint::process_instruction; fn main() { // This is a Solana program entrypoint; typically invoked by the runtime. println!("Clockwork network program ready"); }
Debug
Known issues
gotchaRequires Solana runtime environment; not usable standalone.
fix
Deploy as a Solana program or use a local Solana validator for testing.
affects: >=2.0.0
Upgrade
Version history
2.0.19latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Meta
1
OpenAI (training)
1
Resources
clockwork-network-program — cargo add clockwork-network-program · libregistry