0.0.2 • Published 9 months ago

@tokamak-network/core-utils v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@tokamak-network/core-utils

codecov

What is this?

@tokamak-network/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