Package Exports
- @eth-optimism/core-utils
- @eth-optimism/core-utils/dist/common/hex-strings
- @eth-optimism/core-utils/dist/common/hex-strings.js
- @eth-optimism/core-utils/dist/index.js
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:
$ pnpm iUse the following commands to build, use, test, and lint:
$ pnpm build
$ pnpm start
$ pnpm test
$ pnpm lint