-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Toliman updates * cleanup dev account fluff * up-to-date with latest * fix build * cleans up index page
- Loading branch information
1 parent
1f1c7ad
commit 9715a83
Showing
22 changed files
with
173 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule technical
updated
16 files
+21 −0 | assets/architecture.svg | |
+ − | assets/ccRequest-signature-flow.png | |
+0 −0 | assets/confidential_data_store.svg | |
+0 −0 | assets/tx-flow.svg | |
+1 −1 | specs/rigil/README.md | |
+2 −2 | specs/rigil/confidential-data-store.md | |
+316 −80 | specs/rigil/precompiles.md | |
+1 −1 | specs/rigil/suave-chain.md | |
+232 −0 | specs/toliman/README.md | |
+42 −0 | specs/toliman/bridge.md | |
+137 −0 | specs/toliman/confidential-data-store.md | |
+31 −0 | specs/toliman/glossary.md | |
+228 −0 | specs/toliman/kettle.md | |
+125 −0 | specs/toliman/mevm.md | |
+462 −0 | specs/toliman/precompiles.md | |
+218 −0 | specs/toliman/suave-chain.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: Toliman Testnet | ||
description: How to use the Toliman testnet | ||
keywords: | ||
- test | ||
- build | ||
- suave | ||
- create | ||
- deploy | ||
- transact | ||
--- | ||
|
||
import RPCButton from '@site/src/components/RPCButton/index'; | ||
|
||
# Toliman | ||
|
||
:::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 Toliman in [**our community directory**](/tools/community-directory). | ||
|
||
::: | ||
|
||
## Chain info | ||
|
||
- [Block Explorer](https://explorer.toliman.suave.flashbots.net) | ||
- [Faucet](https://faucet.toliman.suave.flashbots.net/) | ||
- [EthStats](https://ethstats.toliman.suave.flashbots.net/) | ||
- [Technical Specs](/technical/specs/toliman/) | ||
- `chainId: 33626250` | ||
- Toliman Kettle Address: `0xf579de142d98f8379c54105ac944fe133b7a17fe` | ||
|
||
We have RPC nodes you can connect to: | ||
|
||
<RPCButton /> | ||
|
||
## Dev info | ||
|
||
The local devnet setup funds a dev account for you by default, as well as setting up a Kettle for you to submit Confidential Compute Requests to when interacting with your contracts. Your local address and the Kettle created for your local devnet are listed below: | ||
|
||
### Local dev account | ||
|
||
The address is: | ||
|
||
`0xBE69d72ca5f88aCba033a063dF5DBe43a4148De0` | ||
|
||
The private key is: | ||
|
||
`0x91ab9a7e53c220e6210460b65a7a3bb2ca181412a8a7b43ff336b3df1737ce12` | ||
|
||
### Local Kettle | ||
|
||
The address is: | ||
|
||
`0xB5fEAfbDD752ad52Afb7e1bD2E40432A485bBB7F` | ||
|
||
The private key is: | ||
|
||
`0x6c45335a22461ccdb978b78ab61b238bad2fae4544fb55c14eb096c875ccfc52` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.