/core-utils

[Optimism] Various useful utilities.

Primary LanguageTypeScriptMIT LicenseMIT

@eth-optimism/core-utils

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:

$ yarn

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

$ yarn build
$ yarn start
$ yarn test
$ yarn lint