Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 2.7 KB

networks.mdx

File metadata and controls

33 lines (24 loc) · 2.7 KB
sidebar_position title description sidebar_custom_props
30
Networks
The shared Soroban test networks.

:::danger These are not the droids you're looking for

This page has been migrated to the Stellar Developers documentation. Please click here for the most up-to-date information

:::

Read more about the different networks in the Networks section in the Stellar docs.

Mainnet Testnet Futurenet
Network Passphrase Public Global Stellar Network ; September 2015 Test SDF Network ; September 2015 Test SDF Future Network ; October 2022
Horizon API https://horizon.stellar.org/ https://horizon-testnet.stellar.org https://horizon-futurenet.stellar.org
Friendbot API N/A https://friendbot.stellar.org https://friendbot-futurenet.stellar.org
Validator core-live-a.stellar.org core-live-b.stellar.org core-live-c.stellar.org core-live-testnet.stellar.org core-live-futurenet.stellar.org
History Archive http://history.stellar.org/prd/core-live/core_live_001/ http://history.stellar.org/prd/core-live/core_live_002/ http://history.stellar.org/prd/core-live/core_live_003/ https://history-testnet.stellar.org https://history-futurenet.stellar.org

:::caution

Testnet and Futurenet can be reset at any time. A reset erases all accounts, contract data, and contract deployments from the network.

:::