zksync_contracts 0.1.0

Definitions of main ZKsync smart contracts
Documentation
[dependencies.envy]
version = "0.4"

[dependencies.ethabi]
version = "18.0.0"

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.zksync_utils]
version = "0.1.0"

[lib]
name = "zksync_contracts"
path = "src/lib.rs"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "Definitions of main ZKsync smart contracts"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_contracts"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "0.1.0"