Skip to content

Commit ff163a9

Browse files
committed
adds article series
1 parent ec438fe commit ff163a9

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

pages/subnets-information.js

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,62 @@ function Validators({ changeTheme, theme }) {
6464

6565
<Header changeTheme={changeTheme} />
6666
</div>
67+
<Typography variant="h2" paragraph className={classes.subTitle}>
68+
Step-by-step tutorial
69+
</Typography>
70+
<div className={classes.textContainer}>
71+
<Typography variant="body1">
72+
Make sure to check the Subnet series articles in the Chainstack
73+
blog:
74+
</Typography>
75+
<Typography variant="body1">
76+
<ul>
77+
<li>
78+
<Link
79+
target="_blank"
80+
href="https://chainstack.com/avalanche-subnet-tutorial-what-is-the-subnet/"
81+
>
82+
What is a subnet
83+
</Link>
84+
</li>
85+
<li>
86+
<Link
87+
target="_blank"
88+
href="https://chainstack.com/avalanche-subnet-tutorial-series-running-a-local-avalanche-node-on-fuji-testnet/"
89+
>
90+
Running a local Avalanche node on Fuji testnet
91+
</Link>
92+
</li>
93+
<li>
94+
<Link
95+
target="_blank"
96+
href="https://chainstack.com/avalanche-subnet-tutorial-series-creating-subnet-then-create-a-blockchain-on-it/"
97+
>
98+
Creating a subnet, then create a blockchain on it
99+
</Link>
100+
</li>
101+
<li>
102+
<Link
103+
target="_blank"
104+
href="https://chainstack.com/avalanche-subnet-tutorial-series-deploying-a-smart-contract/"
105+
>
106+
Deploying a smart contract to a subnet
107+
</Link>
108+
</li>
109+
<li>
110+
<Link
111+
target="_blank"
112+
href="https://chainstack.com/avalanche-subnet-tutorial-series-indexing-subnet-with-the-graph/"
113+
>
114+
Indexing a subnet with The Graph
115+
</Link>
116+
</li>
117+
</ul>
118+
</Typography>
119+
</div>
67120
<Typography variant="h2" paragraph className={classes.subTitle}>
68121
Subnets information
69122
</Typography>
70-
71123
<div className={classes.textContainer}>
72124
<Typography variant="body1">
73125
The ability to create{' '}

0 commit comments

Comments
 (0)