Skip to main content

Project Structure

manifest.json

Cargo.toml

Development Workflow

  1. Write code in src/lib.rs
  2. Test locally with cargo test
  3. Build WASM with pryveo build --release
  4. Package with pryveo package
  5. Install and test in Pryveo
  6. Iterate based on feedback