Skip to content

Commit

Permalink
Preparationf for Toliman (#127)
Browse files Browse the repository at this point in the history
* Begin the overhaul

* Update to latest docusaurus

* fixes gas price estimations

* Add link for dmarz

* fix security vulns + node dep problems

* attend to brock's comment

* remove precompiles tutorial

* split out more tutorials for better vis + prep to address dmarz requests in next PR

* fix build
  • Loading branch information
andytudhope authored Jun 29, 2024
1 parent 7517a19 commit 1f1c7ad
Show file tree
Hide file tree
Showing 16 changed files with 1,775 additions and 1,886 deletions.
36 changes: 36 additions & 0 deletions docs/rigil.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Rigil Testnet
description: How to use the Rigil testnet
keywords:
- test
- build
- suave
- create
- deploy
- transact
---

import RPCButton from '@site/src/components/RPCButton/index';

# Rigil

:::info

We encourage you to read our [tutorials first](/tutorials) to understand how to work with SUAVE locally.

If you've already done that, you can also look through all the tools and examples already in use on Rigil in [**our community directory**](/tools/community-directory).

:::

## Chain info

- [Block Explorer](https://explorer.rigil.suave.flashbots.net)
- [Faucet](https://faucet.rigil.suave.flashbots.net/)
- [EthStats](https://ethstats.rigil.suave.flashbots.net/)
- [Technical Specs](/technical/specs/rigil/)
- `chainId: 16813125`
- Rigil Kettle Address: `0x03493869959c866713c33669ca118e774a30a0e5`

We have RPC nodes you can connect to:

<RPCButton />
6 changes: 4 additions & 2 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',
'what-to-build',
'rigil',
{
type: 'link',
label: 'Forum',
Expand All @@ -26,8 +27,9 @@ module.exports = {
'tutorials/onchain-offchain',
'tutorials/confidential-store',
'tutorials/external-call',
'tutorials/rigil',
'tutorials/create-precompiles'
'tutorials/suappify-counter',
'tutorials/using-testnet',
'tutorials/cross-chain'
]
},
{
Expand Down
16 changes: 11 additions & 5 deletions docs/tools/community-directory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ keywords:
- community
---

import PirateCards from '@site/src/components/Pirates';
import RequestsForSuapps from '@site/src/components/SuappRequest'
import ContributorCards from '@site/src/components/Contributors';
import RequestsForSuapps from '@site/src/components/SuappRequest';

# Community Directory

Expand Down Expand Up @@ -65,6 +65,10 @@ We provide two well-supported SDKs:
</a>
</div>

There is a [community-maintained rust repo here](https://github.com/halo3mic/suave-alloy) if you like 🦀.

Clone the repo and run `cargo run --example submit_ccr` to see how CCRs can be created and submitted using Rust.

## Frameworks

SUAVE works well with Forge, as our tutorials illustrate. If you need something more, or prefer other frameworks, you can explore the below:
Expand Down Expand Up @@ -209,12 +213,14 @@ SUAVE works well with Forge, as our tutorials illustrate. If you need something
</a>
</div>

## Requests for SUAPPs
## Requests for SUAPPs

You can find a list of [interesting Suapps to build here](/what-to-build). Otherwise, you can explore the "Request for Suapp" topic tag in our forum:

<RequestsForSuapps />

## SUAVE Pirates
## SUAVE Contributors

Join the community of people building on SUAVE by creating your own SUAPP or contributing to any of our repos.

<PirateCards />
<ContributorCards />
Loading

0 comments on commit 1f1c7ad

Please sign in to comment.