Skip to content

Commit

Permalink
GITBOOK-22: using Mycelium in SC tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Thiam Jia Hui authored and gitbook-bot committed Nov 13, 2023
1 parent ee47e79 commit 1eee07e
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 82 deletions.
Binary file added .gitbook/assets/metamask (1) (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/metamask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [Overview](README.md)
* [Quickstarts](quickstarts/README.md)
* [Deploy a subnet](quickstarts/deploy-a-subnet.md)
* [Deploy smart contracts to a subnet](quickstarts/deploy-smart-contracts-to-a-subnet.md)
* [Deploy smart contracts to Mycelium](quickstarts/deploy-smart-contracts-to-mycelium.md)
* [Key Concepts](key-concepts/README.md)
* [Architecture](key-concepts/architecture.md)
* [Subnets](key-concepts/subnets.md)
Expand Down
2 changes: 1 addition & 1 deletion key-concepts/subnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ To ensure security of a subnet, child subnets within a single hierarchy treee, p
## Subnet usage

* **Deploying and operating a subnet.** This is for developers who want to operate their own private or public subnet, as they can be temporarily deployed and closed down, to increase network throughput as needed. See the quickstart tutorial [here](../quickstarts/deploy-a-subnet.md).
* **Deploying smart contracts to an existing subnet.** This is for developers who want to build dApps on top of an existings subnets. See the quickstart tutorial [here](../quickstarts/deploy-smart-contracts-to-a-subnet.md).
* **Deploying smart contracts to an existing subnet.** This is for developers who want to build dApps on top of an existings subnets. See the quickstart tutorial [here](../quickstarts/deploy-smart-contracts-to-mycelium.md).
* For more on how fees work with IPC subnets, see [here](fees.md).
2 changes: 1 addition & 1 deletion quickstarts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: Start building the basics on IPC.
This section covers quickstarts to get started on core functionalities of IPC. We will cover:

1. [How to deploy a subnet](deploy-a-subnet.md). This is for developers who want to operate their own private subnet. 
2. [How to deploy smart contracts to a subnet](deploy-smart-contracts-to-a-subnet.md). This is for developers who want to build dApps on top of an existing subnet. 
2. [How to deploy smart contracts to a subnet](deploy-smart-contracts-to-mycelium.md). This is for developers who want to build dApps on top of an existing subnet. 
2 changes: 1 addition & 1 deletion quickstarts/deploy-a-subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Before delving into this tutorial, you should have a [basic understanding of IPC](../). 

Please note that you do not need to deploy your own subnet, in order to build on one. For deploying smart contracts to an existing subnet, check out [the next quickstart](deploy-smart-contracts-to-a-subnet.md).
Please note that you do not need to deploy your own subnet, in order to build on one. For deploying smart contracts to an existing subnet, check out [the next quickstart](deploy-smart-contracts-to-mycelium.md).

In this tutorial, we will guide you through the process of spinning up your own IPC subnet validator node and anchoring it to the [Filecoin Calibration testnet](../reference/networks.md). We will use a repository with a pre-built docker image to simplify deployment of the IPC tooling. Steps include:

Expand Down

Large diffs are not rendered by default.

0 comments on commit 1eee07e

Please sign in to comment.