0.5.0 • Published 7 months ago

@vindax/core-utils v0.5.0

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

@vindax/core-utils

codecov

What is this?

@vindax/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