Skip to content

Commit

Permalink
Add dev tooling page back to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Nov 6, 2023
1 parent c371a01 commit cdf7a12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/dev-tooling.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Dev Tooling
description: An up-to-date list of software to help you build on SUAVE
---

Here is an up-to-date list of software and repositories to help you build on [SUAVE Rigil](/technical/specs/rigil):

- [Golang SDK](/how-to/interact-with-suave/golang-sdk)
- [Typescript SDK: SUAVE-viem](/how-to/interact-with-suave/typescript-sdk)
- [Example Golang Script](/how-to/interact-with-suave/deploy-and-test-example-suapp)
- [SUAVE Rigil Specs](/technical/specs/rigil)
- [SUAPP Examples Repo](https://github.com/flashbots/suapp-examples)
- [suave-geth repo](https://github.com/flashbots/suave-geth)
- [SAUVE Forge](https://github.com/flashbots/suave-geth/blob/main/suave/sol/libraries/SuaveForge.sol)
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
items: [
'what-is-suave',
'novel-use-cases',
'dev-tooling',
'technical/specs/rigil/glossary'
],
},
Expand Down

0 comments on commit cdf7a12

Please sign in to comment.