Skip to content

Commit 6d9acc4

Browse files
authored
Merge pull request #20 from status-im/develop
feat: seo optimisations, analytics and add network to wallet button
2 parents 6fc6e59 + 628d5f3 commit 6d9acc4

File tree

20 files changed

+241
-14
lines changed

20 files changed

+241
-14
lines changed

docs/general-info/add-status-network.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
---
2+
title: Add Status Network
3+
description: Step-by-step guide on how to add Status Network to MetaMask and other wallets. Learn how to configure network settings for both desktop and mobile wallets.
4+
keywords: [Status Network, MetaMask setup, add network, wallet configuration, RPC settings, Chain ID, blockchain network setup]
5+
---
6+
7+
import AddToMetaMask from '@site/src/components/AddToMetaMask';
8+
19
# Add Status Network
210

311
This guide shows how to add the **Status Network** to your wallet.
412

5-
## Testnet
13+
You can add Status Network Testnet directly by clicking on the button below:
14+
15+
<AddToMetaMask />
16+
17+
18+
## Manual Configuration
619

720
To add **Status Network Testnet** as a custom network to MetaMask:
821

docs/general-info/bridge/bridging-testnet.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Bridging to Status Network Testnet
3+
description: Learn how to bridge tokens between Sepolia and Status Network testnet using the official Status Network bridge. Complete guide with prerequisites and step-by-step instructions.
4+
keywords: [Status Network bridge, token bridge, cross-chain bridge, Sepolia bridge, L2 bridge, testnet bridge, blockchain bridge]
5+
---
6+
17
# Bridging to Status Network Testnet
28

39
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).

docs/general-info/contract-addresses/testnet-contracts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Testnet Contracts
3+
description: Comprehensive list of Status Network testnet contract addresses, including bridge contracts, core infrastructure, and L2 contracts with their purposes and links to block explorers.
4+
keywords: [Status Network contracts, testnet addresses, smart contracts, bridge contracts, L1 contracts, L2 contracts, blockchain infrastructure]
5+
---
6+
17
# Testnet Contracts
28

39
This page lists all the important contract addresses for the Status Network testnet infrastructure.

docs/general-info/contract-addresses/tokens.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Tokens
3+
description: Official list of supported tokens and their contract addresses on Status Network, including both L1 and L2 token addresses and bridge mappings.
4+
keywords: [Status Network tokens, token list, supported tokens, token addresses, L2 tokens, bridge tokens]
5+
---
6+
17
# Tokens
28

39
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).

docs/general-info/network-details.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
id: network-details
3+
title: Status Network Details & Configuration
4+
description: Official network details for Status Network testnet including RPC endpoints, Chain ID, and configuration information for wallets and development environments.
5+
keywords: [Status Network, network details, RPC endpoint, Chain ID, testnet configuration, blockchain network, MetaMask setup]
6+
---
7+
8+
import AddToMetaMask from '@site/src/components/AddToMetaMask';
9+
110
# Network Details
211

312
## Status Testnet
@@ -11,6 +20,9 @@
1120
| **Block Explorer** | https://sepoliascan.status.network |
1221
| **Bridge** | https://bridge.status.network |
1322

23+
<AddToMetaMask />
24+
<div style={{height: '2rem'}} />
25+
1426
These are the official network details for the Status Network testnet. You can use these details to:
1527
- Add the network to your wallet
1628
- Configure development environments

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
id: index
33
title: Welcome to Status Network
4+
description: Status Network is a gasless Layer 2 blockchain network enabling seamless, fee-free decentralized applications. Start building with easy wallet setup, faucets, and deployment tools.
5+
keywords: [Status Network, Layer 2, gasless blockchain, ethereum scaling, web3 development, dapp development, blockchain development]
46
slug: /
57
sidebar_position: 1
68
---

docs/introduction/quick-start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Quick Start
3+
description: Get started with Status Network in under 10 minutes. Learn how to deploy your first smart contract using Remix IDE, get test ETH, and interact with the network.
4+
keywords: [Status Network tutorial, quick start, smart contract deployment, Remix IDE, blockchain development, testnet setup, MetaMask configuration]
5+
---
6+
17
# Quick Start
28

39
In this section, we'll get you deploying a sample contract on **Status Network Testnet** in less than 10 minutes.

docs/other/official-links.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Official Links
3+
description: Complete directory of official Status Network resources, including main website, tools, development resources, and community links.
4+
keywords: [Status Network links, official resources, network tools, development resources, community links, blockchain explorer, bridge, faucet]
5+
---
6+
17
# Official Links
28

39
This page contains all the official links for the Status Network ecosystem.

docs/tools/block-explorers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Status Network Block Explorer
3+
description: Learn how to use the Status Network block explorer to track transactions, verify smart contracts, and monitor network activity. Complete guide to explorer features and contract verification.
4+
keywords: [Status Network explorer, blockchain explorer, smart contract verification, transaction tracking, block explorer, network monitoring]
5+
---
6+
17
# Status Network Testnet Explorer
28

39
The Status Network block explorer is available at [sepoliascan.status.network](https://sepoliascan.status.network).

docs/tools/bridge.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Status Network Bridge
3+
description: Complete guide to using the Status Network bridge for transferring tokens between Sepolia and Status Network testnet. Learn about supported tokens, bridging process, and monitoring transactions.
4+
keywords: [Status Network bridge, token bridge, cross-chain transfer, L1 L2 bridge, token bridging, Sepolia bridge]
5+
---
6+
17
# Status Network Testnet Bridge
28

39
The Status Network Testnet Bridge allows users to transfer tokens between Sepolia (Layer 1) and Status Network testnet (Layer 2). The bridge interface is available at [bridge.status.network](https://bridge.status.network).

0 commit comments

Comments
 (0)