Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 730 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 730 Bytes

TezEdge


Utility crates, forked from tezedge, used as part of the Kernel SDK for tezos smart rollups.

Namely:

Setup

The following prerequisites are required:

  • rust 1.60, with the wasm32-unknown-unknown target.
  • clang - tested with v11.

If running on MacOS - you will need to install llvm with brew, and ensure the brew-install is available in your path, rather than the default installation.

You should then be able to run:

cargo build
cargo test
cargo build --target wasm32-unknown-unknown --no-default-features