This repository contains several examples and useful references for building Suapps!
See also:
Writings:
# Clone this repository
git clone https://github.com/flashbots/suapp-examples.git
Install Foundry:
curl -L https://foundry.paradigm.xyz | bash
foundryup
Install dependencies:
forge install
Compile:
forge build
See the instructions in suave-geth.
Check out the /examples/
folder for several example Suapps and main.go
files to deploy and run them!
Happy hacking 🛠️