This repository contains several examples and useful references for building Suapps!
See also:
Writings:
- https://writings.flashbots.net/the-future-of-mev-is-suave
- https://writings.flashbots.net/mevm-suave-centauri-and-beyond
# Clone this repository
$ git clone [email protected]:flashbots/suapp-examples.git
# Checkout the suave-geth submodule
$ git submodule init
$ git submodule update
Install Foundry:
$ curl -L https://foundry.paradigm.xyz | bash
Compile:
$ forge build
See the instructions here: https://github.com/flashbots/suave-geth#starting-a-local-devnet
Check out the /examples/
folder for several example Suapps and main.go
files to deploy and run them!
Happy hacking 🛠️