Skip to content
forked from tezedge/tezedge

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

License

Notifications You must be signed in to change notification settings

trilitech/tezedge

This branch is 145 commits ahead of tezedge/tezedge:refs/heads/master.

Folders and files

NameName
Last commit message
Last commit date
Jun 26, 2024
Jul 1, 2024
May 11, 2022
Aug 6, 2021
Jul 1, 2024
Jun 28, 2022
Feb 13, 2023
Jul 1, 2024
Jul 1, 2024
Jul 30, 2021
Jun 6, 2022
Jun 27, 2022
Sep 18, 2020
Jul 1, 2024
Jul 1, 2021
Jul 1, 2024
Jul 1, 2024
Jul 1, 2021
Mar 13, 2023
Jun 27, 2022
Jun 28, 2022
Jun 28, 2022
Jun 28, 2022
Jun 28, 2022
Jun 28, 2022
Mar 24, 2022
Jul 15, 2021
Aug 5, 2021
Jul 15, 2021
Feb 3, 2021

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 90.0%
  • Shell 8.2%
  • Dockerfile 1.8%