Skip to main content
Version: 0.1.0

Installation

Prerequisites

Clone and install

git clone https://gitlab.com/tezos-infra/techrel/support-xdev-qa/tezosx-relayer.git
cd Tezosx-relayer
npm install

Build

node build.mjs
# → dist/relayer.iife.js

Playground

Run the Next.js playground to test the relayer locally:

cd playground
npm install
npm run dev
# → http://localhost:3000

The playground lets you connect Temple, check your balance, send transfers, and interact with the Counter contract.