Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 564 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 564 Bytes

E2E Tests for Kreivo

This repository contains a series of end-to-end tests that can showcase how to use Kreivo (a.k.a. virto-node).

Requirements

You'll need a connection to a Kreivo RPC node. Usually, prefer a node bootstrapped using zombienet. Also, you'll need Node.js 20 or later.

Setup

  1. Configure the .env file to set the connection to the chain endpoint that Chopsticks will use:
CHAIN_ENDPOINT=ws://localhost:20000
  1. Install the package dependencies
npm i

Usage

npm test