diff --git a/docs/development-stack.mdx b/docs/development-stack.mdx new file mode 100644 index 00000000..50155001 --- /dev/null +++ b/docs/development-stack.mdx @@ -0,0 +1,15 @@ +--- +title: Development Stack +description: An up-to-date list of software to help you build on SUAVE +--- + +An up-to-date list of software and repositories to help you build on [SUAVE Rigil](https://github.com/flashbots/suave-specs/tree/main/specs/rigil): + +- [Golang SDK](https://github.com/flashbots/suave-geth/tree/main/suave/sdk) +- [Typescript SDK: SUAVE-viem](https://github.com/flashbots/suave-viem/tree/main) +- [SUAPP Examples Repo](https://github.com/flashbots/suapp-examples) +- [Example Golang Scripts](https://github.com/flashbots/suave-geth/blob/main/suave/devenv/cmd/main.go) +- [Testnet Explorer](https://explorer.rigil.suave.flashbots.net/) +- [suave-geth repo](https://github.com/flashbots/suave-geth) +- [SUAVE Rigil Specs](https://github.com/flashbots/suave-specs/tree/main/specs/rigil) +- [SAUVE Forge](https://github.com/flashbots/suave-geth/blob/main/suave/sol/libraries/SuaveForge.sol) \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index c5b6cb9b..2c9668e2 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -9,6 +9,7 @@ module.exports = { 'technical/specs/rigil/glossary', 'what-is-suave', 'novel-use-cases', + 'development-stack' ], }, {