This repository contains a series of end-to-end tests that can showcase how to use Kreivo (a.k.a. virto-node
).
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.
- Configure the
.env
file to set the connection to the chain endpoint that Chopsticks will use:
CHAIN_ENDPOINT=ws://localhost:20000
- Install the package dependencies
npm i
npm test