Skip to content

Commit b8f1934

Browse files
authored
Merge pull request #3340 from ava-labs/fuji-blog
Blog post explaining that Fuji is a test network
2 parents 9e294db + 651a820 commit b8f1934

File tree

4 files changed

+85
-3
lines changed

4 files changed

+85
-3
lines changed

content/academy/avalanche-fundamentals/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By the end of these courses, you'll have the knowledge and skills to leverage th
1414

1515
## Prerequisites
1616

17-
This course is for people with some blockchain knowledge. Check out this [guide](/guides/what-is-a-blockchain) to review what a blockchain is.
17+
This course is for people with some blockchain knowledge. Check out this [guide](/guides/what-is-a-blockchain) to review what a blockchain is and this [blog](/blog/what-is-fuji-tesnet) to understand why and how testnets work.
1818

1919
Familiarity with the basic design of modern distributed software systems and common blockchain systems such as Bitcoin and Ethereum is also recommended. You do not need to know how to write code to successfully complete this course.
2020

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Why Test Networks Like Fuji Exist — and Who They're For
3+
description: Test networks, or testnets, play a critical role in the lifecycle of blockchain development. Fuji, Avalanche's public test network, exists to give developers a safe, low-stakes environment to build, experiment, and validate before deploying to Mainnet.
4+
date: 2025-01-09
5+
authors: [meagfitzgerald]
6+
topics: [Testnets, Fuji Testnet, Avalanche Testnet, Testnet Tokens, Testnet Faucet]
7+
comments: true
8+
---
9+
10+
Test networks, or *testnets*, play a critical role in the lifecycle of blockchain development. Fuji, Avalanche's public test network, exists to give developers a safe, low-stakes environment to build, experiment, and validate before deploying to Mainnet.
11+
12+
## Why Testnets Matter
13+
14+
Testnets mirror the functionality of the main network but use valueless tokens and non-production infrastructure. This setup lets developers test smart contracts, infrastructure updates, or protocol-level features without risking real assets or network stability.
15+
16+
They're where bugs are caught, upgrades are trialed, and new ideas are validated — all without consequences to real-world users.
17+
18+
## Who Should Use Fuji
19+
20+
Fuji is ideal for:
21+
22+
* Developers building or testing dApps, tooling, or validators before Mainnet deployment.
23+
* Integrators validating compatibility with Avalanche APIs, SDKs, or network changes.
24+
* Researchers and educators experimenting with network parameters or teaching blockchain fundamentals.
25+
26+
## Who Shouldn't Use Fuji
27+
28+
Fuji should not be used for:
29+
30+
* Any production-grade systems or client-facing environments.
31+
* Workloads that require high uptime or data persistence.
32+
* Situations where service reliability is critical — because testnets, by design, may be reset, upgraded, or experience downtime without notice.
33+
34+
## The Takeaway
35+
36+
Fuji is where innovation happens first — but not where reliability is guaranteed. It's a proving ground for what's next on Avalanche. Once your application, validator, or integration is stable and tested, Mainnet is the place to go live.
37+
38+
## Resources
39+
40+
- [Get Fuji Testnet tokens](https://build.avax.network/console/primary-network/faucet)
41+
- [View the Fuji Testnet explorer](https://subnets-test.avax.network/)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Why Test Networks Like Fuji Exist — and Who They're For
3+
description: Test networks, or testnets, play a critical role in the lifecycle of blockchain development. Fuji, Avalanche's public test network, exists to give developers a safe, low-stakes environment to build, experiment, and validate before deploying to Mainnet.
4+
date: 2025-01-09
5+
authors: [meagfitzgerald]
6+
topics: [Testnets, Fuji Testnet, Avalanche Testnet, Testnet Tokens, Testnet Faucet]
7+
comments: true
8+
---
9+
10+
Test networks, or *testnets*, play a critical role in the lifecycle of blockchain development. Fuji, Avalanche's public test network, exists to give developers a safe, low-stakes environment to build, experiment, and validate before deploying to Mainnet.
11+
12+
## Why Testnets Matter
13+
14+
Testnets mirror the functionality of the main network but use valueless tokens and non-production infrastructure. This setup lets developers test smart contracts, infrastructure updates, or protocol-level features without risking real assets or network stability.
15+
16+
They're where bugs are caught, upgrades are trialed, and new ideas are validated — all without consequences to real-world users.
17+
18+
## Who Should Use Fuji
19+
20+
Fuji is ideal for:
21+
22+
* Developers building or testing dApps, tooling, or validators before Mainnet deployment.
23+
* Integrators validating compatibility with Avalanche APIs, SDKs, or network changes.
24+
* Researchers and educators experimenting with network parameters or teaching blockchain fundamentals.
25+
26+
## Who Shouldn't Use Fuji
27+
28+
Fuji should not be used for:
29+
30+
* Any production-grade systems or client-facing environments.
31+
* Workloads that require high uptime or data persistence.
32+
* Situations where service reliability is critical — because testnets, by design, may be reset, upgraded, or experience downtime without notice.
33+
34+
## The Takeaway
35+
36+
Fuji is where innovation happens first — but not where reliability is guaranteed. It's a proving ground for what's next on Avalanche. Once your application, validator, or integration is stable and tested, Mainnet is the place to go live.
37+
38+
## Resources
39+
40+
- [Get Fuji Testnet tokens](https://build.avax.network/console/primary-network/faucet)
41+
- [View the Fuji Testnet explorer](https://subnets-test.avax.network/)

scripts/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"mainnet": {
33
"avaplatform/avalanchego": "v1.14.0",
44
"avaplatform/subnet-evm_avalanchego": "v0.8.0_v1.14.0",
5-
"avaplatform/icm-relayer": "v1.7.3"
5+
"avaplatform/icm-relayer": "v1.7.4"
66
},
77
"testnet": {
88
"avaplatform/avalanchego": "v1.14.0",
99
"avaplatform/subnet-evm_avalanchego": "v0.8.0_v1.14.0",
10-
"avaplatform/icm-relayer": "v1.7.3"
10+
"avaplatform/icm-relayer": "v1.7.4"
1111
},
1212
"ava-labs/icm-contracts": "4d5ab0b6dbc653770cfe9709878c9406eb28b71c"
1313
}

0 commit comments

Comments
 (0)