Package Exports
- @eth-optimism/core-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eth-optimism/core-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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:
$ yarnUse the following commands to build, use, test, and lint:
$ yarn build
$ yarn start
$ yarn test
$ yarn lint