@eth-optimism/core-utils
v0.13.2
Published
[Optimism] Core typescript utilities
Downloads
580,138
Readme
@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:
$ pnpm i
Use the following commands to build, use, test, and lint:
$ pnpm build
$ pnpm start
$ pnpm test
$ pnpm lint