Registry /
networking / clockwork-network-program
Implements the Clockwork networking protocol for Solana blockchain automation.
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.
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");
}
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.