Installation
Prerequisites
- Node.js 20+
- npm 10+
- Temple Wallet (mobile)
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.