Listens to blocks at the quark layer and submits data to the Avail DA
To run the go relayer, make sure you spin up the quark layer and the sausage server on your local sytem, to do so you can follow the instructions here
-
Clone the repository:
git clone https://github.com/sausaging/go-relayer.git cd go-relayer
-
Add configs
cd ./dataSubmit && cp config.example.json config.json
Make sure you replace your seed phrase and the app id in the config file
-
Run go-relayer
go run submit.go --config config.json