Skip to content

astriaorg/suapp-examples

 
 

Repository files navigation

SUAVE Suapp Examples

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


See also:

Writings:


Getting Started

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

Compile the examples

Install Foundry:

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

Install dependencies:

forge install

Compile:

forge build

Start the local devnet

See the instructions in suave-geth.


Run the examples

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


Happy hacking 🛠️

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.2%
  • Makefile 8.8%