# @eth-inura/core-utils

[![codecov](https://codecov.io/gh/inuraorg/inura/branch/develop/graph/badge.svg?token=0VTG7PG7YR&flag=core-utils-tests)](https://codecov.io/gh/inuraorg/inura)

## What is this?

`@eth-inura/core-utils` contains the Optimistic Virtual Machine core utilities.

## Getting started

### Building and usage

After cloning and switching to the repository, install dependencies:

```bash
$ pnpm i
```

Use the following commands to build, use, test, and lint:

```bash
$ pnpm build
$ pnpm start
$ pnpm test
$ pnpm lint
```
