diff --git a/docs/concepts/mev-supplychain-interface.mdx b/docs/concepts/mev-supplychain-interface.mdx index 477299ac..100b7790 100644 --- a/docs/concepts/mev-supplychain-interface.mdx +++ b/docs/concepts/mev-supplychain-interface.mdx @@ -60,7 +60,3 @@ The Private OFA examples also illustrates how the confidential store, and the va The below visualization demonstrate the generalized form such Suapps can take as SUAVE matures, illustrating how the OFA contract could key values into the confidential store such that a block building contract could fetch them and use them to create and emit valid blocks (this would require, among other things, extending the **allowedPeekers** we set in [the previous page](/concepts/confidential-data-storage#practical-example)): ![OFA to Block Flow](/assets/OFA_And_Block_Flow.svg) - ---- - -For practical examples of what it looks like to develop on SUAVE, please consult the [`suave-std` tutorial](/tutorials/suave-standard-library#mevshare). \ No newline at end of file diff --git a/docs/tools/index.mdx b/docs/tools/index.mdx index c3a86c4d..6db5a9cb 100644 --- a/docs/tools/index.mdx +++ b/docs/tools/index.mdx @@ -13,7 +13,7 @@ Here is an up-to-date list of software and repositories to help you build on [SU **SDKs and Tools:** -- [`suave-std` Solidity Libraries](/tutorials/suave-standard-library) +- [`suave-std` Solidity Libraries](/tools/suave-std) - [Forge](/tools/forge) - [Golang SDK](/tools/golang-sdk) - [`suave-viem` TypeScript SDK](/tools/typescript-sdk)