package
0.0.0-20241031122241-896ca6742979
Repository: https://github.com/flashbots/suapp-examples.git
Documentation: pkg.go.dev

# README

Example Suapp for an OFA application with private transactions

This example features an Order flow auction Suapp based on the mev-share protocol specification.

User transactions are stored in the confidential datastore and only a small hint it is leaked outside the Kettle. Then, searchers bid in an order-flow auction for the right to execute against users’ private transactions.

How to use

Run Suave in development mode:

$ cd ../..
$ docker-compose up

Execute the deployment script:

$ go run main.go

# Structs

No description provided by the author