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 test
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!