Skip to content

Commit c36cd9f

Browse files
committed
fix: broken links
1 parent 3806703 commit c36cd9f

File tree

52 files changed

+425
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+425
-331
lines changed

content/docs/about-settlemint/intro.mdx

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Platform Overview
33
description: Introduction to the SettleMint Platform
44
---
55

6-
import { Card, Cards } from 'fumadocs-ui/components/card'
6+
import { Card, Cards } from "fumadocs-ui/components/card";
77

88
SettleMint makes it easy for any developer to build, deploy and integrate blockchain applications rapidly. How? By radically simplifying the entire blockchain development process through our Blockchain Transformation platform. This drastically reduces the complexity and the time needed for each step in the blockchain development process.
99

@@ -17,23 +17,27 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
1717
Learn about the services and tools you can use on SettleMint
1818
</Card>
1919

20-
<Card
21-
title="Supported Blockchains"
22-
href="/about-settlemint/supported-blockchains"
23-
>
24-
Learn about the supported blockchains that you can use
25-
</Card>
20+
{" "}
2621

27-
<Card
28-
title="Create an Application"
29-
href="/using-platform/create-an-application"
30-
>
31-
Create Your First Application using SettleMint on a Managed Cloud
32-
</Card>
22+
<Card
23+
title="Supported Blockchains"
24+
href="/about-settlemint/supported-blockchains"
25+
>
26+
Learn about the supported blockchains that you can use
27+
</Card>
28+
29+
{" "}
30+
31+
<Card
32+
title="Create an Application"
33+
href="/building-with-settlemint/create-an-application"
34+
>
35+
Create Your First Application using SettleMint on a Managed Cloud
36+
</Card>
3337

3438
<Card
3539
title="Install On-Premise"
36-
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
40+
href="/launching-the-platform/self-hosted/introduction"
3741
>
3842
Learn about the supported blockchains that you can use
3943
</Card>
@@ -46,17 +50,20 @@ Follow these developer guides to start building on SettleMint
4650
<Cards>
4751
<Card
4852
title="Hello World Application"
49-
href="/using-platform/create-an-application"
53+
href="/building-with-settlemint/create-an-application"
5054
>
5155
Create Your First Application using SettleMint on a Managed Cloud
5256
</Card>
5357

54-
<Card
55-
title="Connect Frontend - NextJS"
56-
href="/developer-guides/connect-frontend"
57-
>
58-
Learn how to create a custom frontend by building an ERC20 token transfer application
59-
</Card>
58+
{" "}
59+
60+
<Card
61+
title="Connect Frontend - NextJS"
62+
href="/developer-guides/connect-frontend"
63+
>
64+
Learn how to create a custom frontend by building an ERC20 token transfer
65+
application
66+
</Card>
6067

6168
<Card
6269
title="Asset Tokenization"

content/docs/about-settlemint/supported-blockchains.mdx

Lines changed: 121 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Supported Blockchains
33
description: Overview of blockchain protocols supported by SettleMint
44
---
55

6-
import { Card, Cards } from 'fumadocs-ui/components/card'
7-
6+
import { Card, Cards } from "fumadocs-ui/components/card";
87

98
When launching a blockchain development project, the selection of a blockchain protocol is one of the most important decisions that has to be made. Protocols matter because they determine the scope of functionality your application can provide.
109

@@ -14,7 +13,7 @@ SettleMint currently supports the following protocols:
1413

1514
<Cards>
1615
<Card
17-
href="/blockchain-guides/Hyperledger-Besu/1_enterprise-ethereum-the-basics"
16+
href="/blockchain-guides/hyperledger-besu/the-basics"
1817
>
1918
<h3 className="mb-4">Hyperledger Besu</h3>
2019
<div className="flex flex-col items-center gap-4">
@@ -25,20 +24,31 @@ SettleMint currently supports the following protocols:
2524
</div>
2625
</Card>
2726

28-
<Card
29-
href="/blockchain-guides/Hyperledger-Fabric/1_hyperledger-fabric-the-basics"
30-
>
31-
<h3 className="mb-4">Hyperledger Fabric</h3>
32-
<div className="flex flex-col items-center gap-4">
33-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
34-
![Hyperledger Fabric](../../img/about-settlemint/blockchain-logos/fabric-logo.png)
35-
</div>
36-
<div className="text-center">An enterprise-grade permissioned distributed ledger</div>
27+
{" "}
28+
29+
<Card href="/blockchain-guides/hyperledger-fabric/the-basics">
30+
<h3 className="mb-4">Hyperledger Fabric</h3>
31+
<div className="flex flex-col items-center gap-4">
32+
<div
33+
style={{
34+
width: "64px",
35+
height: "64px",
36+
display: "flex",
37+
alignItems: "center",
38+
justifyContent: "center",
39+
}}
40+
>
41+
![Hyperledger
42+
Fabric](../../img/about-settlemint/blockchain-logos/fabric-logo.png)
3743
</div>
38-
</Card>
44+
<div className="text-center">
45+
An enterprise-grade permissioned distributed ledger
46+
</div>
47+
</div>
48+
</Card>
3949

4050
<Card
41-
href="/blockchain-guides/quorum/1_quorum-the-basics"
51+
href="/blockchain-guides/quorum/the-basics"
4252
>
4353
<h3 className="mb-4">Quorum</h3>
4454
<div className="flex flex-col items-center gap-4">
@@ -54,7 +64,7 @@ SettleMint currently supports the following protocols:
5464

5565
<Cards>
5666
<Card
57-
href="/blockchain-guides/Ethereum/1_ethereum-the-basics"
67+
href="/blockchain-guides/ethereum/the-basics"
5868
>
5969
<h3 className="mb-4">Ethereum</h3>
6070
<div className="flex flex-col items-center gap-8">
@@ -65,68 +75,109 @@ SettleMint currently supports the following protocols:
6575
</div>
6676
</Card>
6777

68-
<Card
69-
href="/blockchain-guides/Avalanche/1_avalanche-the-basics"
70-
>
71-
<h3 className="mb-4">Avalanche</h3>
72-
<div className="flex flex-col items-center gap-4">
73-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
74-
![Avalanche](../../img/about-settlemint/blockchain-logos/avalanche-logo.png)
75-
</div>
76-
<div className="text-center">Mainnet & Fuji testnet. Full nodes</div>
78+
{" "}
79+
80+
<Card href="/blockchain-guides/avalanche/the-basics">
81+
<h3 className="mb-4">Avalanche</h3>
82+
<div className="flex flex-col items-center gap-4">
83+
<div
84+
style={{
85+
width: "64px",
86+
height: "64px",
87+
display: "flex",
88+
alignItems: "center",
89+
justifyContent: "center",
90+
}}
91+
>
92+
![Avalanche](../../img/about-settlemint/blockchain-logos/avalanche-logo.png)
7793
</div>
78-
</Card>
79-
80-
<Card
81-
href="/blockchain-guides/Polygon/1_polygon-the-basics"
82-
>
83-
<h3 className="mb-4">Polygon</h3>
84-
<div className="flex flex-col items-center gap-4">
85-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
86-
![Polygon](../../img/about-settlemint/blockchain-logos/polygon-logo.webp)
87-
</div>
88-
<div className="text-center">Mainnet & Mumbai Testnet. Full node</div>
94+
<div className="text-center">Mainnet & Fuji testnet. Full nodes</div>
95+
</div>
96+
</Card>
97+
98+
{" "}
99+
100+
<Card href="/blockchain-guides/polygon/the-basics">
101+
<h3 className="mb-4">Polygon</h3>
102+
<div className="flex flex-col items-center gap-4">
103+
<div
104+
style={{
105+
width: "64px",
106+
height: "64px",
107+
display: "flex",
108+
alignItems: "center",
109+
justifyContent: "center",
110+
}}
111+
>
112+
![Polygon](../../img/about-settlemint/blockchain-logos/polygon-logo.webp)
89113
</div>
90-
</Card>
91-
92-
<Card
93-
href="/blockchain-guides/Polygon-zkEVM/1_polygon-zkevm-the-basics"
94-
>
95-
<h3 className="mb-4">Polygon zkEVM</h3>
96-
<div className="flex flex-col items-center gap-4">
97-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
98-
![Polygon zkEVM](../../img/about-settlemint/blockchain-logos/zkevm-logo.png)
99-
</div>
100-
<div className="text-center">Mainnet & Testnet. Full nodes</div>
114+
<div className="text-center">Mainnet & Mumbai Testnet. Full node</div>
115+
</div>
116+
</Card>
117+
118+
{" "}
119+
120+
<Card href="/blockchain-guides/polygon-zkevm/the-basics">
121+
<h3 className="mb-4">Polygon zkEVM</h3>
122+
<div className="flex flex-col items-center gap-4">
123+
<div
124+
style={{
125+
width: "64px",
126+
height: "64px",
127+
display: "flex",
128+
alignItems: "center",
129+
justifyContent: "center",
130+
}}
131+
>
132+
![Polygon
133+
zkEVM](../../img/about-settlemint/blockchain-logos/zkevm-logo.png)
101134
</div>
102-
</Card>
103-
104-
<Card
105-
href="/blockchain-guides/Arbitrum/1_arbitrum-the-basics"
106-
>
107-
<h3 className="mb-4">Arbitrum</h3>
108-
<div className="flex flex-col items-center gap-4">
109-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
110-
![Arbitrum](../../img/about-settlemint/blockchain-logos/arbitrum-logo.png)
111-
</div>
112-
<div className="text-center">Mainnet & Testnet. Full nodes</div>
135+
<div className="text-center">Mainnet & Testnet. Full nodes</div>
136+
</div>
137+
</Card>
138+
139+
{" "}
140+
141+
<Card href="/blockchain-guides/arbitrum/the-basics">
142+
<h3 className="mb-4">Arbitrum</h3>
143+
<div className="flex flex-col items-center gap-4">
144+
<div
145+
style={{
146+
width: "64px",
147+
height: "64px",
148+
display: "flex",
149+
alignItems: "center",
150+
justifyContent: "center",
151+
}}
152+
>
153+
![Arbitrum](../../img/about-settlemint/blockchain-logos/arbitrum-logo.png)
113154
</div>
114-
</Card>
115-
116-
<Card
117-
href="/blockchain-guides/Optimism/1_optimism-the-basics"
118-
>
119-
<h3 className="mb-4">Optimism</h3>
120-
<div className="flex flex-col items-center gap-4">
121-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
122-
![Optimism](../../img/about-settlemint/blockchain-logos/optimism-logo.png)
123-
</div>
124-
<div className="text-center">OP Mainnet & OP Goerli. Full nodes</div>
155+
<div className="text-center">Mainnet & Testnet. Full nodes</div>
156+
</div>
157+
</Card>
158+
159+
{" "}
160+
161+
<Card href="/blockchain-guides/optimism/the-basics">
162+
<h3 className="mb-4">Optimism</h3>
163+
<div className="flex flex-col items-center gap-4">
164+
<div
165+
style={{
166+
width: "64px",
167+
height: "64px",
168+
display: "flex",
169+
alignItems: "center",
170+
justifyContent: "center",
171+
}}
172+
>
173+
![Optimism](../../img/about-settlemint/blockchain-logos/optimism-logo.png)
125174
</div>
126-
</Card>
175+
<div className="text-center">OP Mainnet & OP Goerli. Full nodes</div>
176+
</div>
177+
</Card>
127178

128179
<Card
129-
href="/blockchain-guides/Hedera/1_hedera-the-basics"
180+
href="/blockchain-guides/hedera/the-basics"
130181
>
131182
<h3 className="mb-4">Hedera</h3>
132183
<div className="flex flex-col items-center gap-4">

content/docs/account-billing/add-a-client.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This guide explains how to add a client's organization to your organization as a
1010
:::tip
1111

1212
If you are not a SettleMint partner, this guide may not be useful for you. For general account and organization information, visit the
13-
[Create an Account](/launching-the-platform/managed-cloud-deployment/create-an-account) or
14-
[About Organization](/launching-the-platform/managed-cloud-deployment/about-organizations) sections.
13+
[Create an Account](/launching-the-platform/managed-cloud-deployment/create-an-account) or
14+
[About Organization](/launching-the-platform/managed-cloud-deployment/about-organizations) sections.
1515

1616
Learn about the SettleMint Partner program and how to become a partner on our [Partner Program Page](https://www.settlemint.com/partner-program).
1717

@@ -67,7 +67,7 @@ The client will no longer receive any invoices or billing directly from SettleMi
6767

6868
### Clients already using SettleMint 
6969

70-
Clients already using SettleMint can request to transfer their organization to yours.
70+
Clients already using SettleMint can request to transfer their organization to yours.
7171
The client selects [join a partner](/account-billing/join-a-partner) from their account to start the process.
7272

7373
### Client new to SettleMint 
@@ -90,6 +90,6 @@ For clients already using SettleMint, you can transfer their organization by sel
9090

9191
3. **Confirming Client Added**
9292

93-
For clients new to SettleMint, you will be redirected to the client's SettleMint Dashboard. You can begin to [create applications](/using-the-platform/create-an-application.md) and [invite members to your client's organization](../../launch-platform/managed-cloud-deployment/about-organizations/).
93+
For clients new to SettleMint, you will be redirected to the client's SettleMint Dashboard. You can begin to [create applications](/using-the-platform/create-an-application.md) and [invite members to your client's organization](/launching-the-platform/managed-cloud-deployment/about-organizations).
9494

9595
Clients already using SettleMint will receive an email confirming the transfer of the client's organization. You will see their organization shown under the `Clients & apps` list on the main dashboard.

content/docs/blockchain-guides/arbitrum/node-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Node types"
44

55
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.
66

7-
[Learn here how to interact with your Arbitrum node.](3_arbitrum-connect-to-a-node.md)
7+
[Learn here how to interact with your Arbitrum node.](./connect-to-a-node)

content/docs/blockchain-guides/arbitrum/template-library/erc-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ Here we are going to deploy:
269269

270270
## Integration with the Middleware
271271

272-
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](../../../using-platform/7_middleware.md) that allows you to index and query this data easily and efficiently.
272+
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](/building-with-settlemint/middleware) that allows you to index and query this data easily and efficiently.

content/docs/blockchain-guides/avalanche/connect-to-a-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Once a node has been deployed on an EVM (Ethereum Virtual Machine) compatible ne
1010

1111
JSON-RPC, is a stateless, light-weight remote procedure call (RPC) protocol. Primarily, the specification defines several data structures and the rules around their processing. By default, the version of the JSON-RPC protocol needs to be 2.0, and you need to provide the node ID as well as a method and parameters.
1212

13-
There are different kinds of methods that can be used: ADMIN methods, DEBUG methods, ETH methods etc. The entire list of methods that can be used can be found in the [Avalanche official documentation](https://docs.avax.network/build/avalanchego-apis).
13+
There are different kinds of methods that can be used: ADMIN methods, DEBUG methods, ETH methods etc. The entire list of methods that can be used can be found in the [Avalanche official documentation](https://build.avax.network/docs/build/avalanchego-apis).
1414

1515
If you want to correctly connect to your node, you need to respect the right structure for the request, which is always the same:
1616

content/docs/blockchain-guides/avalanche/node-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Node types"
44

55
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.
66

7-
[Learn here how to interact with your Avalanche node.](3_avalanche-connect-to-a-node.md)
7+
[Learn here how to interact with your Avalanche node.](./connect-to-a-node)

content/docs/blockchain-guides/avalanche/template-library/erc-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ Here we are going to deploy:
269269

270270
## Integration with the Middleware
271271

272-
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](../../../using-platform/7_middleware.md) that allows you to index and query this data easily and efficiently.
272+
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](/building-with-settlemint/middleware) that allows you to index and query this data easily and efficiently.

content/docs/blockchain-guides/avalanche/template-library/erc-721.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ yarn smartcontract:deploy:reveal
222222

223223
## Integration with the Middleware
224224

225-
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](../../../using-platform/7_middleware.md) that allows you to index and query this data easily and efficiently.
225+
Working with complex or large data in your dApp can be a challenge. In the SettleMint platform we provide you with a [middleware solution](/building-with-settlemint/middleware) that allows you to index and query this data easily and efficiently.

content/docs/blockchain-guides/avalanche/the-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ The core concept of both is **random subsampling**. Validators randomly poll oth
4040

4141
Avalanche and Snowman are quite similar, but support a different structure to store data, in line with the different needs of the three specific blockchains. The X-Chain uses the Avalanche consensus mechanism, while the C-Chain and the P-Chain use the Snowman mechanism.
4242

43-
More information can be found on the [official Avalanche website](https://docs.avax.network).
43+
More information can be found on the [official Avalanche website](https://build.avax.network/docs).

0 commit comments

Comments
 (0)