Skip to content

Solidity contracts for a next-gen rollup system.

Notifications You must be signed in to change notification settings

init4tech/zenith

Folders and files

NameName
Last commit message
Last commit date
Jun 5, 2024
Apr 30, 2024
May 29, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
May 1, 2024
Mar 1, 2024
May 19, 2024
Mar 1, 2024

Repository files navigation

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>