Skip to content

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

License

Notifications You must be signed in to change notification settings

rodibozman/tezedge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.2%
  • Shell 8.8%
  • Dockerfile 2.0%