Skip to content

Commit fa699cd

Browse files
authored
feat: add hedera docs (#34)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the testnet name from "Mumbai Testnet" to "Amoy Testnet" in the Polygon guide. - Changed references from interacting with Polygon to Arbitrum nodes in the related guides. - Updated references from interacting with Polygon to Optimism nodes in the Optimism guides. - Added new guides for Hedera network overview, node types, and connecting to a Hedera node. - Updated references from Polygon zkEVM to Hedera in smart contracts IDE documents. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 689222d commit fa699cd

31 files changed

+55
-65
lines changed

docs/blockchain-guides/4_Polygon/1_polygon-the-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Polygon has its own cryptocurrency, called MATIC.
88

99
## Mainnet and Testnet
1010

11-
SettleMint supports both the Polygon **Mainnet** and the **Mumbai Testnet**.
11+
SettleMint supports both the Polygon **Mainnet** and the **Amoy Testnet**.
1212

1313
The Mainnet is the primary public Polygon production blockchain, where actual-value transactions take place. Each transaction requires payment of a transaction fee, payable in the native coin MATIC. The Testnet is an instance of the blockchain to be used for testing and experimentation. There are also coins used in the Testnet but they have no value, so there is no risk of real fund.
1414

File renamed without changes.

docs/blockchain-guides/8_Arbitrum/2_arbitrum-node-types.md renamed to docs/blockchain-guides/7_Arbitrum/2_arbitrum-node-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
All nodes running in SettleMint are configured to be **archive nodes**, meaning they all include all previous states of a given blockchain since its origin.
44

5-
[Learn here how to interact with your Polygon node.](3_arbitrum-connect-to-a-node.md)
5+
[Learn here how to interact with your Arbitrum node.](3_arbitrum-connect-to-a-node.md)
File renamed without changes.
File renamed without changes.

docs/blockchain-guides/8_Arbitrum/5_arbitrum-integration-tools.md renamed to docs/blockchain-guides/7_Arbitrum/5_arbitrum-integration-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To be able to deploy your smart contract set on the blockchain you need to have
4949

5050
## Template library
5151

52-
Every instance of the IDE contains a set of pre-built smart contract templates. These templates are easily customizable to match your specific use case. [Discover the smart contract set templates for Arbitrum.](../8_Arbitrum/Template-library/1_arbitrum-erc-20.md)
52+
Every instance of the IDE contains a set of pre-built smart contract templates. These templates are easily customizable to match your specific use case. [Discover the smart contract set templates for Arbitrum.](../7_Arbitrum/Template-library/1_arbitrum-erc-20.md)
5353

5454
## Generative AI plugin
5555

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Arbitrum",
3-
"position": 8
3+
"position": 7
44
}

0 commit comments

Comments
 (0)