Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparationf for Toliman #127

Merged
merged 9 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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