Skip to content

Commit 7c09ba5

Browse files
docs: subnets list (#241)
Signed-off-by: David Dal Busco <[email protected]>
1 parent d274be7 commit 7c09ba5

13 files changed

Lines changed: 128 additions & 14 deletions

File tree

docs/components/subnets.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
| Subnet ID | Type | Canisters (Running/Stopped) | Nodes (Up/Total) |
2+
|-----------|----------------|---------------------|------------------|
3+
| 6pbhf-qzpdk-kuqbr-pklfa-5ehhf-jfjps-zsj6q-57nrl-kzhpd-mu7hc-vae | Juno's Subnet | 34688/71 | 12/13 |
4+
| pzp6e-ekpqk-3c5x7-2h6so-njoeq-mt45d-h3h6c-q3mxf-vpeq5-fk5o7-yae | Fiduciary | 716/7 | 34/34 |
5+
| bkfrj-6k62g-dycql-7h53p-atvkj-zg4to-gaogh-netha-ptybj-ntsgw-rqe | European | 22789/6 | 13/13 |
6+
| 4ecnw-byqwz-dtgss-ua2mh-pfvs7-c3lct-gtf4e-hnu75-j7eek-iifqm-sqe | | 6717/112 | 13/13 |
7+
| 4zbus-z2bmt-ilreg-xakz4-6tyre-hsqj4-slb4g-zjwqo-snjcc-iqphi-3qe | | 111/1 | 13/13 |
8+
| brlsh-zidhj-3yy3e-6vqbz-7xnih-xeq2l-as5oc-g32c4-i5pdn-2wwof-oae | | 32822/28 | 13/13 |
9+
| cv73p-6v7zi-u67oy-7jc3h-qspsz-g5lrj-4fn7k-xrax3-thek2-sl46v-jae | | 50860/176 | 13/13 |
10+
| e66qm-3cydn-nkf4i-ml4rb-4ro6o-srm5s-x5hwq-hnprz-3meqp-s7vks-5qe | | 35335/83 | 13/13 |
11+
| fuqsr-in2lc-zbcjj-ydmcw-pzq7h-4xm2z-pto4i-dcyee-5z4rz-x63ji-nae | | 19857/0 | 13/13 |
12+
| gmq5v-hbozq-uui6y-o55wc-ihop3-562wb-3qspg-nnijg-npqp5-he3cj-3ae | | 33539/49 | 13/13 |
13+
| jtdsg-3h6gi-hs7o5-z2soi-43w3z-soyl3-ajnp3-ekni5-sw553-5kw67-nqe | | 26775/3 | 13/13 |
14+
| lspz2-jx4pu-k3e7p-znm7j-q4yum-ork6e-6w4q6-pijwq-znehu-4jabe-kqe | | 39354/86 | 13/13 |
15+
| mpubz-g52jc-grhjo-5oze5-qcj74-sex34-omprz-ivnsm-qvvhr-rfzpv-vae | | 54876/88 | 13/13 |
16+
| nl6hn-ja4yw-wvmpy-3z2jx-ymc34-pisx3-3cp5z-3oj4a-qzzny-jbsv3-4qe | | 31138/33 | 13/13 |
17+
| o3ow2-2ipam-6fcjo-3j5vt-fzbge-2g7my-5fz2m-p4o2t-dwlc4-gt2q7-5ae | | 56166/55 | 13/13 |
18+
| opn46-zyspe-hhmyp-4zu6u-7sbrh-dok77-m7dch-im62f-vyimr-a3n2c-4ae | | 39369/44 | 13/13 |
19+
| pjljw-kztyl-46ud4-ofrj6-nzkhm-3n4nt-wi3jt-ypmav-ijqkt-gjf66-uae | | 31676/63 | 13/13 |
20+
| qdvhd-os4o2-zzrdw-xrcv4-gljou-eztdp-bj326-e6jgr-tkhuc-ql6v2-yqe | | 52409/15 | 13/13 |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ In the creation wizard, there are advanced options available for more experience
3434

3535
If you wish to have more control over where your satellite is deployed, you can select the [subnet] for deployment during the creation process.
3636

37+
Below is a list of available subnets with relevant metadata to help you choose the most appropriate one:
38+
39+
:::note
40+
41+
Satellites operating on larger subnets with more nodes will incur higher cycle costs compared to those running on the standard 13-node subnets. However, this increased cost comes with the benefit of enhanced security due to the greater size of the subnet.
42+
43+
For standard applications, we generally recommend using the standard subnets and staying on the same subnets as Juno.
44+
45+
:::
46+
47+
import Subnets from "./components/subnets.md";
48+
49+
<Subnets />
50+
3751
[satellite]: terminology.md#satellite
3852
[Internet Identity]: terminology.md#internet-identity
3953
[subnet]: terminology.md#subnet

docs/guides/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm i @junobuild/core
6060

6161
To use production, set up a satellite and new collection:
6262

63-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
63+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
6464
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
6565

6666
##### Local Development Path

docs/guides/astro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ npm i @junobuild/core
5353

5454
To use production, set up a satellite and new collection:
5555

56-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
56+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
5757
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
5858

5959
#### Local Development Path

docs/guides/components/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const index = 1;
44

55
### {props.index}. Set up a satellite
66

7-
If you haven't created a satellite yet, go ahead and [create](../../create-a-satellite.md) a new one in the Juno's console.
7+
If you haven't created a satellite yet, go ahead and [create](../../create-a-satellite.mdx) a new one in the Juno's console.
88

99
### {props.index + 1}. Deploy
1010

docs/guides/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npm i @junobuild/core-peer
6161

6262
To use production, set up a satellite and new collection:
6363

64-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
64+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
6565
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
6666

6767
##### Local Development Path

docs/guides/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm i @junobuild/core
6060

6161
To use production, set up a satellite and new collection:
6262

63-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
63+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
6464
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
6565

6666
##### Local Development Path

docs/guides/sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm i @junobuild/core-peer
6060

6161
To use production, set up a satellite and new collection:
6262

63-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
63+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
6464
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
6565

6666
##### Local Development Path

docs/guides/vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm i @junobuild/core
6060

6161
To use production, set up a satellite and new collection:
6262

63-
- [Create a new satellite](../create-a-satellite.md) in the Juno's console.
63+
- [Create a new satellite](../create-a-satellite.mdx) in the Juno's console.
6464
- After your project is ready, create a collection in your datastore, which we'll call `demo`, using the [console](https://console.juno.build).
6565

6666
##### Local Development Path

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Explore Juno's smart contracts, serverless functions, and hosting c
44

55
# Getting Started
66

7-
Start your Juno journey by launching your first **[Satellite](./create-a-satellite.md)** – a feature-packed smart contract designed for your project.
7+
Start your Juno journey by launching your first **[Satellite](./create-a-satellite.mdx)** – a feature-packed smart contract designed for your project.
88

99
A Satellite is your project’s all-in-one container, **giving you full control 🔐** over authentication, a key-pair datastore (akin to a simple "database"), file storage, serverless functions, and hosting.
1010

0 commit comments

Comments
 (0)