Skip to content

Commit

Permalink
suave-std index page
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Mar 14, 2024
1 parent d90dee3 commit 212b342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
type: 'category',
label: 'SUAVE-STD',
collapsed: true,
link: { type: 'doc', id: 'tools/suave-std-index' },
items: [
{
type: 'autogenerated',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: SUAVE Standard Library
description: A collection of contracts and libraries to empower SUAPP developers and make life easier for builders.
description: Contracts and libraries to supercharge SUAPP development.
keywords:
- application
- build
- suave
- solidity
---

[suave-std](https://github.com/flashbots/suave-std) is a collection of Solidity contracts and libraries to help you create Suapps. It is included as a submodule in the [SUAPP Examples](https://github.com/flashbots/suapp-examples/) repo, which we used in the previous tutorial.
[SUAVE-STD](https://github.com/flashbots/suave-std) is a collection of Solidity contracts and libraries to help you create Suapps. It is included as a submodule in the [SUAPP Examples](https://github.com/flashbots/suapp-examples/) repo, which we used in the previous tutorial.

In this tutorial, we will be diving deeper into the different capabilities offered by `suave-std`.

:::info
:::info

`suave-std` is the main entrypoint for developers who are interacting with SUAVE. It is a place to create building blocks, sdks, and common patterns that are useful to SUAVE developers.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/confidential-compute-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are a number of different ways to work with SUAVE and to craft Confidentia
:::

<div className="intro-grid">
<a href="#typsescipt" className="intro-link">
<a href="#typescript" className="intro-link">
<div className="intro-block">
<div className="intro-image">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"><path d="M6.993 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007S14.761 6.993 12 6.993 6.993 9.239 6.993 12zM12 8.993c1.658 0 3.007 1.349 3.007 3.007S13.658 15.007 12 15.007 8.993 13.658 8.993 12 10.342 8.993 12 8.993zM10.998 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2h-3zm17 0h3v2h-3zM4.219 18.363l2.12-2.122 1.415 1.414-2.12 2.122zM16.24 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.342 7.759 4.22 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z"></path></svg>
Expand Down

0 comments on commit 212b342

Please sign in to comment.