Skip to content

Commit

Permalink
readme: link suapp-examples (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris authored Nov 17, 2023
1 parent f42bbf3 commit 42037fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For a deeper dive, check out the [technical details section](#suave-geth-technic
- [Building from source](#building-from-source)
- [Using Docker](#using-docker)
- [Testing the devnet](#testing-the-devnet)
- [SUAPP examples](#suapp-examples)
- [What do I use SUAVE for?](#what-do-i-use-suave-for)
- [How do I execute a contract confidentially?](#how-do-i-execute-a-contract-confidentially)
- [How do I run a SUAVE chain node?](#how-do-i-run-a-suave-chain-node)
Expand Down Expand Up @@ -107,6 +108,12 @@ Execute a RPC request with curl like this:
$ curl 'http://localhost:8545' --header 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"eth_blockNumber", "params":[], "id":83 }'
```

#### SUAPP examples

See https://github.com/flashbots/suapp-examples 🚀

---

### What do I use SUAVE for?

1. **Deploy confidential smart contracts.**
Expand Down

0 comments on commit 42037fd

Please sign in to comment.