-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Sepolia Release updates #11
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,33 @@ | ||
| #!/bin/bash | ||
|
|
||
| # Define languages | ||
| langs=("ko" "zh" "ja") | ||
|
|
||
| # Define the file structure | ||
| files=( | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/general-info/bridge/bridging-testnet.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/general-info/contract-addresses/testnet-contracts.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/general-info/contract-addresses/tokens.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/add-status-network.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/network-details.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/introduction/quick-start.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/other/official-links.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tokenomics/karma-token.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tokenomics/snt-token.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tools/block-explorers.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tools/bridge.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tools/rpc.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tools/testnet-faucets.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tutorials/deploying-contracts/using-foundry.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tutorials/deploying-contracts/using-hardhat.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/tutorials/deploying-contracts/using-remix.md" | ||
| "docs/i18n/LANG/docusaurus-plugin-content-docs/current/index.md" | ||
| ) | ||
|
|
||
| for lang in "${langs[@]}"; do | ||
| for file in "${files[@]}"; do | ||
| path=${file/LANG/$lang} | ||
| mkdir -p "$(dirname "$path")" | ||
| touch "$path" | ||
| done | ||
| done |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +1,32 @@ | ||
| # Bridging Testnet | ||
| # Bridging to Status Network Testnet | ||
|
|
||
| The Status Network bridge allows you to transfer tokens between Sepolia and Status Network testnet. The bridge is deployed at [bridge.status.network](https://bridge.status.network). | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| - MetaMask or another Web3 wallet installed | ||
| - Some testnet ETH on Sepolia network | ||
| - The token you want to bridge on Sepolia network | ||
|
|
||
| ## Bridging Process | ||
|
|
||
| 1. Visit [bridge.status.network](https://bridge.status.network) | ||
|
|
||
| 2. Connect your wallet by clicking the "Connect Wallet" button in the top right corner | ||
|
|
||
| 3. Select the token you want to bridge from the dropdown menu | ||
|
|
||
| 4. Enter the amount you want to bridge | ||
|
|
||
| 5. Click "Bridge" and confirm the transaction in your wallet | ||
|
|
||
| 6. Wait for the bridging process to complete | ||
| - Bridging typically takes about 5-10 minutes | ||
| - You can track the status of your bridge transaction on the bridge interface | ||
|
|
||
| ## Important Notes | ||
|
|
||
| - Always verify you're on the correct website (bridge.status.network) before initiating any transactions | ||
| - Start with a small amount to test the bridge before transferring larger amounts | ||
| - Make sure you have enough ETH in your wallet to cover gas fees | ||
| - If you encounter any issues, join our [Telegram](https://t.me/+k04A_OZbhIs1Mzc9) for support |
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +1,44 @@ | ||
| # Testnet Contracts | ||
| # Testnet Contracts | ||
|
|
||
| This page lists all the important contract addresses for the Status Network testnet infrastructure. | ||
|
|
||
| ## Layer 1 Contracts (Sepolia) | ||
|
|
||
| These contracts are deployed on the Sepolia testnet. You can view them on [Sepolia Etherscan](https://sepolia.etherscan.io). | ||
|
|
||
| ### Bridge Contracts | ||
| - **L1 Token Bridge Proxy** | ||
| - Address: [`0x01b44C5Ea321f921D93476cf54Aa8460db17a548`](https://sepolia.etherscan.io/address/0x01b44C5Ea321f921D93476cf54Aa8460db17a548) | ||
| - Purpose: Manages token bridging operations on L1 | ||
|
|
||
| ### Core Infrastructure | ||
| - **L1 Postman** | ||
| - Address: [`0xB15725119b917d348FfEB365B43bCDeEbfb65C5d`](https://sepolia.etherscan.io/address/0xB15725119b917d348FfEB365B43bCDeEbfb65C5d) | ||
| - Purpose: Handles message passing between L1 and L2 | ||
|
|
||
| - **L1 Data Submission** | ||
| - Address: [`0x263d8f55BAc71a42d0A822F46b1eC62Cd4183a8d`](https://sepolia.etherscan.io/address/0x263d8f55BAc71a42d0A822F46b1eC62Cd4183a8d) | ||
| - Purpose: Manages data submission from L2 to L1 | ||
|
|
||
| - **L1 Finalization** | ||
| - Address: [`0xb91CB39b3b9F015b0aC88616A463B35568052AEF`](https://sepolia.etherscan.io/address/0xb91CB39b3b9F015b0aC88616A463B35568052AEF) | ||
| - Purpose: Handles finalization of L2 blocks on L1 | ||
|
|
||
| ## Layer 2 Contracts (Status Network Testnet) | ||
|
|
||
| These contracts are deployed on the Status Network testnet. You can view them on [Status Network Explorer](https://sepoliascan.status.network). | ||
|
|
||
| ### Bridge Contracts | ||
| - **L2 Token Bridge Proxy** | ||
| - Address: [`0xbC7f9571152a8e21942b2aEa4831a27f1149af19`](https://sepoliascan.status.network/address/0xbC7f9571152a8e21942b2aEa4831a27f1149af19) | ||
| - Purpose: Manages token bridging operations on L2 | ||
|
|
||
| ### Infrastructure Contracts | ||
| - **L2 Faucet** | ||
| - Address: [`0x06338B70F1eAbc60d7A82C083e605C07F78bb878`](https://sepoliascan.status.network/address/0x06338B70F1eAbc60d7A82C083e605C07F78bb878) | ||
| - Purpose: Distributes testnet tokens to users | ||
|
|
||
| - **L2 Anchoring** | ||
| - Address: [`0x24B5eD2763129D6cBDEfE32e08558D2095132560`](https://sepoliascan.status.network/address/0x24B5eD2763129D6cBDEfE32e08558D2095132560) | ||
| - Purpose: Manages state anchoring between L1 and L2 | ||
|
|
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +1,12 @@ | ||
| # Tokens | ||
| # Tokens | ||
|
|
||
| For the most up-to-date list of supported tokens and their contract addresses on Status Network, please refer to our official [Status Network Token List repository](https://github.com/status-im/status-network-token-list). | ||
|
|
||
| This repository contains: | ||
| - Token addresses for both L1 (Sepolia) and L2 (Status Network) | ||
| - Token metadata (decimals, symbols, etc.) | ||
| - Bridge contract mappings | ||
| - App tokens deployed on Status Network | ||
|
|
||
| The token list is maintained and updated regularly to ensure accuracy and security of token bridging operations. | ||
|
|
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,28 +1,27 @@ | ||
| --- | ||
| id: index | ||
| title: Introducing Status Network | ||
| title: Welcome to Status Network | ||
| slug: / | ||
| sidebar_position: 1 | ||
| --- | ||
|
|
||
| # Welcome to Status Network | ||
| # Status Network: The Gasless Layer 2 Network | ||
|
|
||
| Welcome to **Status Network**, the crypto social playground that reimagines your blockchain experience! Built as an **EVM-equivalent Ethereum Layer 2 rollup** on [Linea's cutting-edge ZK-EVM technology](https://docs.linea.build/architecture), Status Network offers unique features that set us apart from other platforms. | ||
|
|
||
| ## What Makes Us Unique? | ||
| ## Start Building Today | ||
|
|
||
| ### 💰 Native ETH and DAI Yield | ||
| Ready to join the future of decentralized applications? Here's how to get started: | ||
|
|
||
| Enjoy sustainable and attractive yields on your **ETH** and **DAI** assets! We offer native yield generation, a distinctive feature among Layer 2 solutions, allowing you to enhance your crypto holdings effortlessly while participating in the network. | ||
| 1. [Add Status Network to Your Wallet](/general-info/add-status-network) | ||
| 2. [Get Testnet ETH](/tools/testnet-faucets) | ||
| 3. [Bridge Assets](/general-info/bridge/bridging-testnet) | ||
| 4. [Deploy Your First Contract](/tutorials/deploying-contracts/using-remix) | ||
|
|
||
| ### 🏆 Earn $AURA Tokens | ||
| ## Support & Resources | ||
|
|
||
| Get rewarded for your engagement in **real time**! Participate in network activities and **stake $SNT** to earn **$AURA tokens**. The more you interact—be it through transactions, staking, or community involvement—the more influence you gain within our vibrant community. Your $AURA amplifies your voice in shaping the future of the network. | ||
| Connect with our community and access the resources you need: | ||
| - Join our [Telegram Builder's Community](https://t.me/+k04A_OZbhIs1Mzc9) | ||
| - View [Network Details](/general-info/network-details) | ||
| - Browse [Contract Addresses](/general-info/contract-addresses/testnet-contracts) | ||
|
|
||
| ### 🔒 Privacy with a Playful Twist | ||
|
|
||
| Experience privacy features that are both **secure and fun**! We believe that privacy is a fundamental right and should be accessible to everyone without the complexity. Our user-friendly privacy tools make secure interactions enjoyable, breaking away from traditional notions of complicated privacy tech. | ||
|
|
||
| --- | ||
|
|
||
| Join Status Network and be part of a unique, privacy-focused, and rewarding crypto community where **your active participation truly shapes the future**! Let's build the crypto playground together! | ||
| Ready to build something amazing? Start your journey with Status Network today! |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +1,25 @@ | ||
| # Official Links | ||
|
|
||
| This page contains all the official links for the Status Network ecosystem. | ||
|
|
||
| ## Main Resources | ||
| - **Website**: [status.network](https://status.network) | ||
| - **Documentation**: [docs.status.network](https://docs.status.network) | ||
| - **GitHub**: [github.com/status-im](https://github.com/status-im) | ||
|
|
||
| ## Network Tools | ||
| - **Bridge**: [bridge.status.network](https://bridge.status.network) | ||
| - **Block Explorer**: [sepoliascan.status.network](https://sepoliascan.status.network) | ||
| - **RPC Endpoint**: `https://public.sepolia.rpc.status.network` | ||
| - **Faucet**: [faucet.status.network](https://faucet.status.network) | ||
|
|
||
| ## Development Resources | ||
| - **Token List Repository**: [github.com/status-im/status-network-token-list](https://github.com/status-im/status-network-token-list) | ||
| - **Network Status**: [status.status.network](https://health.status.network) | ||
| - **Contract Verification**: [sepoliascan.status.network/verify-contract](https://sepoliascan.status.network/contract-verification) | ||
|
|
||
| ## Community & Support | ||
| - **Telegram Community**: [t.me/+k04A_OZbhIs1Mzc9](https://t.me/+k04A_OZbhIs1Mzc9) | ||
| - **X/twitter**: [twitter.com/ethstatus](https://x.com/statusL2) | ||
|
|
||
| For detailed information about adding the network to your wallet, see our [Add Network guide](/general-info/add-status-network). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.