/toxic-fl-no

Toxic Fl-no: Suave SUAPP gated access to Uniswap V4 Hook which incentivizes good behavior

Primary LanguageGoMIT LicenseMIT

SUAVE Suapp Examples

This repository contains several examples and useful references for building Suapps!


See also:

Writings:


Getting Started

# Clone this repository
$ git clone git@github.com:flashbots/suapp-examples.git

# Checkout the suave-geth submodule
$ git submodule init
$ git submodule update

Compile the examples

Install Foundry:

$ curl -L https://foundry.paradigm.xyz | bash

Compile:

$ forge build

Start the local devnet

See the instructions here: https://github.com/flashbots/suave-geth#starting-a-local-devnet


Run the examples

Check out the /examples/ folder for several example Suapps and main.go files to deploy and run them!


Happy hacking 🛠️