/tezedge

Utility crates for interacting with tezos types (e.g. for Smart Rollup kernels)

Primary LanguageRustMIT LicenseMIT

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