-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* outline of new pages * block building interface * add some more detail * Integratoooooor! * Finish off first run * Fix spelling, adjust sidebar naming * Fix build * Attends to George's feedback, with gratitude * furter tee info from dmarzzz discussion * update forge page, fix now-broken links * Still keeping up with the Borreguero's * Fix broken faucet link * More logical directory organisation, clean up pages, adjust suave-std tutorial * Attend to dmarzzz feedback * remove stale pages * Cleaning up, making clearer * Final feedback on the audit from dmarzzz --------- Co-authored-by: dmarzzz <[email protected]>
- Loading branch information
1 parent
e46271a
commit f884e2e
Showing
13 changed files
with
99 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ In order to make interacting with these precompiles easier, we maintain a reposi | |
The easiest way to start creating your own contracts with Forge is to clone the [Suapp Examples repo](https://github.com/flashbots/suapp-examples/), as it comes with `suave-std` already set up as a submodule, as well as a series of examples that use both Forge and the Golang SDK. | ||
|
||
```bash | ||
git clone [email protected]:flashbots/suave-std.git && cd suapp-examples | ||
git clone [email protected]:flashbots/suapp-examples.git && cd suapp-examples | ||
``` | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ cd src/ && bun link | |
|
||
1. Confidential Compute Requests on SUAVE do not work with wallets that implement the EIP-1193 Javascript API. Therefore, we use the unsafe `eth_sign` method to sign CCRs, which does work, but requires that you enable this functionality in wallets like MetaMask. | ||
1. To do so in MetaMask, go to "Settings" -> "Advanced" -> scroll to bottom -> switch Eth_sign requests on. | ||
2. Both templates assume that you are running SUAVE locally. | ||
3. No tests are included for the contracts, as it is not trivial to test new precompiles and different transaction types (i.e. CCRs) in `forge` at this time. | ||
2. Both templates below assume that you are running SUAVE locally. | ||
3. No tests are included for the contracts at this time. | ||
|
||
## Typescript Template | ||
|
||
|
@@ -72,7 +72,9 @@ This template uses the same MEV-Share example contract we worked with using the | |
|
||
## Next Template | ||
|
||
This template comes with a more extensive frontend framework, which uses Next (in typescript) and therefore depends on React. You can get it running by first cloning the repo and installing its dependencies. Make sure you have previously built and symlinked suave-viem for this to work: | ||
This template comes with a more extensive frontend framework, which uses Next (in typescript) and therefore depends on React. You can get it running by first cloning the repo and installing its dependencies. | ||
|
||
Make sure you have previously built and symlinked suave-viem for this to work: | ||
|
||
```bash | ||
git clone [email protected]:andytudhope/build-a-suapp-next-ts.git \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.