Skip to content

Listens to blocks at the quark layer and submits data to the Avail DA

Notifications You must be signed in to change notification settings

sausaging/go-relayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-relayer

Listens to blocks at the quark layer and submits data to the Avail DA

Usage

Prerequisites

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

Build Steps

  1. Clone the repository:

    git clone https://github.com/sausaging/go-relayer.git
    cd go-relayer
    
  2. 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

  1. Run go-relayer

    go run submit.go --config config.json
    
    
    

About

Listens to blocks at the quark layer and submits data to the Avail DA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages