Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 528 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 528 Bytes

Zenith

Solidity contracts for a next-gen rollup system.

test cd

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>