https://github.com/zeroxbrock/web-suapp
Web app that interacts with SUAVE.
https://github.com/zeroxbrock/web-suapp
Last synced: over 1 year ago
JSON representation
Web app that interacts with SUAVE.
- Host: GitHub
- URL: https://github.com/zeroxbrock/web-suapp
- Owner: zeroXbrock
- Created: 2024-03-29T02:05:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T23:03:37.000Z (about 2 years ago)
- Last Synced: 2025-02-07T21:21:09.833Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUAVE Web Demo
A web app that interacts with a SUAPP.
**System Dependencies:**
- [bun](https://bun.sh)
- [foundry](https://getfoundry.sh)
- [suave-geth devnet](https://github.com/flashbots/suave-geth/?tab=readme-ov-file#starting-a-local-devnet)
## Quickstart Example
1. Make sure you're running a suave-geth devnet on `http://localhost:8545`.
2. Build smart contracts & install dependencies from NPM:
```bash
forge build
bun install
```
3. Run the example:
```bash
bun run dev
```
This will launch a web demo hosted at [localhost:5173](http://localhost:5173), where you can get some testnet ether and send a "bid."