Home

Awesome

vlayer monorepo

This monorepo contains two sub-projects:

Prerequisites

nargo and foundry must be installed in order to compile and test code in this repository.

Getting started

Installing dependencies

Run yarn to install dependencies.

Running checks

To run all static checks (eslint, prettier, typecheck) type:

yarn check

To run checks individually use:

CI workflows

We use Github actions to run tests on CI. For a detailed description of what does each workflow do consult Workflow Docs

DISCLAIMER

The code in this repo is in active development and subject to breaking changes. Use at your own risk. No responsibility is assumed for any potential issues arising from its use.