zksync_vm2_interface 0.5.0

Stable interface for ZKsync VM tracers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Stable Interface for ZKsync Era VM

[![Build Status](https://github.com/matter-labs/vm2/actions/workflows/ci.yml/badge.svg)](https://github.com/matter-labs/vm2/actions)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/License-MIT%2FApache--2.0-blue)](https://github.com/matter-labs/vm2#license)

**Documentation:**
[![crate docs (main)](https://img.shields.io/badge/main-yellow.svg?label=docs)](https://matter-labs.github.io/vm2/zksync_vm2_interface/)

This library provides a stable interface for EraVM. It defines an interface for tracers that will never change but may be extended.

## License

ZKsync Era VM is distributed under the terms of either

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <https://opensource.org/blog/license/mit/>)

at your option.