This code implements UMIP-157 and interacts with these smart contracts. The contracts were audited by OpenZeppelin.
# build
cd relayer-v2
yarn
# run test suite
yarn testFirst, 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-serverWhen running the bot, be sure to set the following environment variable
REDIS_URL=redis://localhost:6379Check out this guide for detailed bot instructions!