Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 960 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 960 Bytes

Across V2 Relayer

This code implements UMIP-157 and interacts with these smart contracts. The contracts were audited by OpenZeppelin.

Installation

# build
cd relayer-v2
yarn

# run test suite
yarn test

How to run a relayer using this code

First, be sure to install RedisDB, an in-memory storage layer that will significantly speed up bot runs after the first time in which it fills the database.

Start the redis server in a separate window from the bot:

redis-server

When running the bot, be sure to set the following environment variable

REDIS_URL=redis://localhost:6379

Check out this guide for detailed bot instructions!