From 0551eb6a0559299a09a1d4533f54b1a1cdb28397 Mon Sep 17 00:00:00 2001 From: dmarzzz Date: Sat, 4 Nov 2023 13:42:38 +0100 Subject: [PATCH] development stack --- docs/development-stack.mdx | 15 +++++++++++++++ docs/sidebars.js | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/development-stack.mdx 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 95581663..7942c758 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -6,7 +6,7 @@ module.exports = { collapsed: false, link: { type: 'doc', id: 'index' }, items: [ - 'what-is-suave', 'novel-use-cases', + 'what-is-suave', 'novel-use-cases', 'development-stack' ], }, {