github.com/ethereum-optimism/optimism@v1.7.2/packages/core-utils/README.md (about) 1 # @eth-optimism/core-utils 2 3 [](https://codecov.io/gh/ethereum-optimism/optimism) 4 5 ## What is this? 6 7 `@eth-optimism/core-utils` contains the Optimistic Virtual Machine core utilities. 8 9 ## Getting started 10 11 ### Building and usage 12 13 After cloning and switching to the repository, install dependencies: 14 15 ```bash 16 $ pnpm i 17 ``` 18 19 Use the following commands to build, use, test, and lint: 20 21 ```bash 22 $ pnpm build 23 $ pnpm start 24 $ pnpm test 25 $ pnpm lint 26 ```