Automated relayer bot for Luaswap Settlement.
WARNING: This bot is in pre-alpha stage so it could harm your funds. Read the code and use it with caution.
git clone https://github.com/tomochain/luaswap-relayer
$ cd Luaswap-relayer
$ yarn
You need an ethereum account with balances. Copy your ethereum account private key.
Create .env
in the project root.
TOMO_RPC= https://rpc.tomochain.com
TOMO_NETWORK_ID= 88
TOMO_GAS_LIMIT= 500000
TOMO_GAS_PRICE= 250000000
PRIVATE_KEY=<Your Private Kye>
$ yarn start
MIT