EspressoSystems / espresso-sequencer-go

Go language SDK for rollup development on the Espresso sequencer
MIT License
2 stars 3 forks source link

Espresso Sequencer Go SDK

This package provides tools and interfaces for working with the Espresso sequencer in Go. It should (eventually) provide everything needed to integrate a rollup written in Go with the Espresso sequencer.

Development

Run the linter and unit tests

just lint
just test

Generating contract bindings

just bind-light-client