Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 310 Bytes

Zome utils

Rust library of helper functions for Holochain Zome development

Design

FIXME

Building

  1. Install rustup and the wasm32 target with: rustup target add wasm32-unknown-unknown
  2. Run cargo build --release --target wasm32-unknown-unknown

Testing

FIXME