# README
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
-
Obtain code:
git clone [email protected]:EspressoSystems/espresso-sequencer-go git submodule update --init --recursive
-
Make sure nix is installed.
-
Activate the environment with
nix-shell
, ornix develop
, ordirenv allow
if using direnv.
Run the linter and unit tests
just lint
just test
Generating contract bindings
just bind-light-client
# Packages
No description provided by the author
No description provided by the author
This file contains functions that help people interact with light client mock contract.
No description provided by the author
No description provided by the author
No description provided by the author