Skip to content

Files

Latest commit

17a50c5 · Apr 2, 2024

History

History
This branch is 1098 commits ahead of, 2656 commits behind ethereum-optimism/optimism:develop.

core-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 21, 2023
Jun 12, 2023
Jun 1, 2022
Jun 29, 2021
Sep 4, 2021
Jun 29, 2021
Jun 29, 2021
Apr 2, 2024
May 13, 2021
Jun 29, 2023
Apr 2, 2024
Jun 1, 2022

@eth-optimism/core-utils

codecov

What is this?

@eth-optimism/core-utils contains the Optimistic Virtual Machine core utilities.

Getting started

Building and usage

After cloning and switching to the repository, install dependencies:

$ pnpm i

Use the following commands to build, use, test, and lint:

$ pnpm build
$ pnpm start
$ pnpm test
$ pnpm lint