Registry / other / hdk
library0.6.1rscratesunverified

The Holochain Development Kit for building distributed applications on Holochain.

# Cargo.toml [dependencies] hdk = "0.6.1"
INSTALL
IMPORT
SIG · HDK
H
hdk
otherrustv0.6.1
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.

hdk::prelude
use hdk::prelude::*;

Defines a simple Holochain zome function.

use hdk::prelude::*; #[hdk_extern] fn hello(_: ()) -> ExternResult<String> { Ok("Hello from Holochain!".to_string()) }
Debug
Known issues
gotchaHDK requires a specific Holochain conductor version to run.
fix
Ensure your conductor matches the HDK version (e.g., Holochain 0.6.x).
affects: >=0.6.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
hdk — cargo add hdk · libregistry