Skip to content

Commit f303570

Browse files
authored
fix: blockchain urls (#174)
1 parent 7f66537 commit f303570

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

content/docs/about-settlemint/intro.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
1212
<Cards>
1313
<Card
1414
title="SettleMint Components"
15-
href="/documentation/docs/about-settlemint/components/"
15+
href="/docs/about-settlemint/components/"
1616
>
1717
Learn about the services and tools you can use on SettleMint
1818
</Card>
1919

2020
<Card
2121
title="Supported Blockchains"
22-
href="/documentation/docs/about-settlemint/supported-blockchains/"
22+
href="/docs/about-settlemint/supported-blockchains/"
2323
>
2424
Learn about the supported blockchains that you can use
2525
</Card>
2626

2727
<Card
2828
title="Create an Application"
29-
href="/documentation/docs/using-platform/create-an-application/"
29+
href="/docs/using-platform/create-an-application/"
3030
>
3131
Create Your First Application using SettleMint on a Managed Cloud
3232
</Card>
3333

3434
<Card
3535
title="Install On-Premise"
36-
href="/documentation/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
36+
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
3737
>
3838
Learn about the supported blockchains that you can use
3939
</Card>
@@ -46,21 +46,21 @@ Follow these developer guides to start building on SettleMint
4646
<Cards>
4747
<Card
4848
title="Hello World Application"
49-
href="/documentation/docs/using-platform/create-an-application/"
49+
href="/docs/using-platform/create-an-application/"
5050
>
5151
Create Your First Application using SettleMint on a Managed Cloud
5252
</Card>
5353

5454
<Card
5555
title="Connect Frontend - NextJS"
56-
href="/documentation/docs/developer-guides/connect-frontend/"
56+
href="/docs/developer-guides/connect-frontend/"
5757
>
5858
Learn how to create a custom frontend by building an ERC20 token transfer application
5959
</Card>
6060

6161
<Card
6262
title="Asset Tokenization"
63-
href="/documentation/docs/developer-guides/asset-tokenization/"
63+
href="/docs/developer-guides/asset-tokenization/"
6464
>
6565
Build a Asset Tokenization blockchain application
6666
</Card>

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@ SettleMint currently supports the following protocols:
1414

1515
<Cards>
1616
<Card
17-
href="/documentation/docs/blockchain-guides/Hyperledger-Besu/enterprise-ethereum-the-basics/"
17+
href="/docs/blockchain-guides/Hyperledger-Besu/enterprise-ethereum-the-basics/"
1818
>
1919
<h3 className="mb-4">Hyperledger Besu</h3>
2020
<div className="flex flex-col items-center gap-4">
21-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
21+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
2222
![Hyperledger Besu](../../img/about-settlemint/blockchain-logos/besu-logo.png)
2323
</div>
2424
<div className="text-center">Ethereum client designed to be enterprise-friendly</div>
2525
</div>
2626
</Card>
2727

2828
<Card
29-
href="/documentation/docs/blockchain-guides/Hyperledger-Fabric/hyperledger-fabric-the-basics/"
29+
href="/docs/blockchain-guides/Hyperledger-Fabric/hyperledger-fabric-the-basics/"
3030
>
3131
<h3 className="mb-4">Hyperledger Fabric</h3>
3232
<div className="flex flex-col items-center gap-4">
33-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
33+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
3434
![Hyperledger Fabric](../../img/about-settlemint/blockchain-logos/fabric-logo.png)
3535
</div>
3636
<div className="text-center">An enterprise-grade permissioned distributed ledger</div>
3737
</div>
3838
</Card>
3939

4040
<Card
41-
href="/documentation/docs/blockchain-guides/quorum/quorum-the-basics/"
41+
href="/docs/blockchain-guides/quorum/quorum-the-basics/"
4242
>
4343
<h3 className="mb-4">Quorum</h3>
4444
<div className="flex flex-col items-center gap-4">
45-
<div style={{width: '74px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
45+
<div style={{width: '74px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
4646
![Quorum](../../img/about-settlemint/blockchain-logos/quorum-logo.png)
4747
</div>
4848
<div className="text-center">An implementation of Ethereum supporting data privacy</div>
@@ -54,83 +54,83 @@ SettleMint currently supports the following protocols:
5454

5555
<Cards>
5656
<Card
57-
href="/documentation/docs/blockchain-guides/ethereum/ethereum-the-basics/"
57+
href="/docs/blockchain-guides/ethereum/ethereum-the-basics/"
5858
>
5959
<h3 className="mb-4">Ethereum</h3>
6060
<div className="flex flex-col items-center gap-8">
61-
<div style={{width: '48px', height: '48px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
61+
<div style={{width: '48px', height: '48px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
6262
![Ethereum](../../img/about-settlemint/blockchain-logos/eth-logo.png)
6363
</div>
6464
<div className="text-center">Goerli, Mainnet, Sepolia Testnet & Holesky Testnet. Full nodes</div>
6565
</div>
6666
</Card>
6767

6868
<Card
69-
href="/documentation/docs/blockchain-guides/avalanche/avalanche-the-basics/"
69+
href="/docs/blockchain-guides/avalanche/avalanche-the-basics/"
7070
>
7171
<h3 className="mb-4">Avalanche</h3>
7272
<div className="flex flex-col items-center gap-4">
73-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
73+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
7474
![Avalanche](../../img/about-settlemint/blockchain-logos/avalanche-logo.png)
7575
</div>
7676
<div className="text-center">Mainnet & Fuji testnet. Full nodes</div>
7777
</div>
7878
</Card>
7979

8080
<Card
81-
href="/documentation/docs/blockchain-guides/polygon/polygon-the-basics/"
81+
href="/docs/blockchain-guides/polygon/polygon-the-basics/"
8282
>
8383
<h3 className="mb-4">Polygon</h3>
8484
<div className="flex flex-col items-center gap-4">
85-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
85+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
8686
![Polygon](../../img/about-settlemint/blockchain-logos/polygon-logo.webp)
8787
</div>
8888
<div className="text-center">Mainnet & Mumbai Testnet. Full node</div>
8989
</div>
9090
</Card>
9191

9292
<Card
93-
href="/documentation/docs/blockchain-guides/polygon-zkevm/polygon-zkevm-the-basics/"
93+
href="/docs/blockchain-guides/polygon-zkevm/polygon-zkevm-the-basics/"
9494
>
9595
<h3 className="mb-4">Polygon zkEVM</h3>
9696
<div className="flex flex-col items-center gap-4">
97-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
97+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
9898
![Polygon zkEVM](../../img/about-settlemint/blockchain-logos/zkevm-logo.png)
9999
</div>
100100
<div className="text-center">Mainnet & Testnet. Full nodes</div>
101101
</div>
102102
</Card>
103103

104104
<Card
105-
href="/documentation/docs/blockchain-guides/Arbitrum/arbitrum-the-basics/"
105+
href="/docs/blockchain-guides/Arbitrum/arbitrum-the-basics/"
106106
>
107107
<h3 className="mb-4">Arbitrum</h3>
108108
<div className="flex flex-col items-center gap-4">
109-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
109+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
110110
![Arbitrum](../../img/about-settlemint/blockchain-logos/arbitrum-logo.png)
111111
</div>
112112
<div className="text-center">Mainnet & Testnet. Full nodes</div>
113113
</div>
114114
</Card>
115115

116116
<Card
117-
href="/documentation/docs/blockchain-guides/Optimism/optimism-the-basics/"
117+
href="/docs/blockchain-guides/Optimism/optimism-the-basics/"
118118
>
119119
<h3 className="mb-4">Optimism</h3>
120120
<div className="flex flex-col items-center gap-4">
121-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
121+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
122122
![Optimism](../../img/about-settlemint/blockchain-logos/optimism-logo.png)
123123
</div>
124124
<div className="text-center">OP Mainnet & OP Goerli. Full nodes</div>
125125
</div>
126126
</Card>
127127

128128
<Card
129-
href="/documentation/docs/blockchain-guides/Hedera/hedera-the-basics/"
129+
href="/docs/blockchain-guides/Hedera/hedera-the-basics/"
130130
>
131131
<h3 className="mb-4">Hedera</h3>
132132
<div className="flex flex-col items-center gap-4">
133-
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
133+
<div style={{width: '64px', height: '64px', display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
134134
![Hedera](../../img/about-settlemint/blockchain-logos/hedera-logo.png)
135135
</div>
136136
<div className="text-center">Hedera Mainnet & Testnet. Full nodes</div>

content/docs/developer-guides/user-wallets-and-scp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Guide for creating user wallets and sending transactions using the
44
---
55

66

7-
In this document, we will guide you through the creation of user wallets using the smart contract portal on the SettleMint platform. We will also show how you can send transactions to your contracts and sign them with one of the wallets in the portal.
7+
In this document, we will guide you through the creation of user wallets using the smart contract portal on the SettleMint platform. We will also show how you can send transactions to your contracts and sign them with one of the wallets in the portal.
88

9-
## Required platform deployments:
9+
## Required platform deployments:
1010
- Blockchain network (e.g. besu)
1111
- An HD ECDSA private key
1212
- An empty smart contract set
@@ -35,7 +35,7 @@ Keep the address of the smart contract, you will need it to send a transaction i
3535
You will also need the contract ABI. You can find it in **out/counter.sol/counter.json**
3636

3737
### Smart contract portal
38-
Deploy the portal on your blockchain network and use the contract that you copied from the IDE. This will create a custom API automatically.
38+
Deploy the portal on your blockchain network and use the contract that you copied from the IDE. This will create a custom API automatically.
3939

4040
![Smart contract portal](../../img/user-wallet-scp-images/image8.png)
4141

@@ -44,19 +44,19 @@ To create a new wallet go to the REST tab of your portal and enter full screen m
4444

4545
![REST tab](../../img/user-wallet-scp-images/image7.png)
4646

47-
Next, expand the Wallet section on the left and select `/wallets`.
47+
Next, expand the Wallet section on the left and select `/wallets`.
4848

4949
![Wallet section](../../img/user-wallet-scp-images/image1.png)
5050

51-
You can test the request directly from the portal by clicking on **Test Request**. This opens a form in which you can enter the **keyVaultId** of your wallet and the user name of your choice:
51+
You can test the request directly from the portal by clicking on **Test Request**. This opens a form in which you can enter the **keyVaultId** of your wallet and the user name of your choice:
5252

5353
![Test request form](../../img/user-wallet-scp-images/image2.png)
5454

55-
After you've sent the request, you can check your HD ECDSA wallet in the private key section. You should see a new account in the account section:
55+
After you've sent the request, you can check your HD ECDSA wallet in the private key section. You should see a new account in the account section:
5656

5757
![Account section](../../img/user-wallet-scp-images/image6.png)
5858

59-
Alternatively, you can also send the request using cURL:
59+
Alternatively, you can also send the request using cURL:
6060

6161
```bash
6262
curl https://scs-portal-url/wallets \

content/docs/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
1111
<Card
1212
title="SettleMint Components"
1313
description="Learn about the services and tools you can can use on SettleMint"
14-
href="/documentation/docs/about-settlemint/components/"
14+
href="/docs/about-settlemint/components/"
1515
/>
1616
<Card
1717
title="Supported Blockchains"
1818
description="Learn about the supported blockchains that you can use"
19-
href="/documentation/docs/about-settlemint/supported-blockchains/"
19+
href="/docs/about-settlemint/supported-blockchains/"
2020
/>
2121
<Card
2222
title="Create an Application"
2323
description="Create Your First Application using SettleMint on a Managed Cloud"
24-
href="/documentation/docs/using-platform/create-an-application/"
24+
href="/docs/using-platform/create-an-application/"
2525
/>
2626
<Card
2727
title="Install On-Premise"
2828
description="Learn about the supported blockchains that you can use"
29-
href="/documentation/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
29+
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
3030
/>
3131
</Cards>
3232

@@ -38,16 +38,16 @@ Follow these developer guides to start building on SettleMint
3838
<Card
3939
title="Hello World Application"
4040
description="Create Your First Application using SettleMint on a Managed Cloud"
41-
href="/documentation/docs/using-platform/create-an-application/"
41+
href="/docs/using-platform/create-an-application/"
4242
/>
4343
<Card
4444
title="Connect Frontend - NextJS"
4545
description="Learn how to create a custom frontend by building and ERC20 token transfer application"
46-
href="/documentation/docs/developer-guides/connect-frontend/"
46+
href="/docs/developer-guides/connect-frontend/"
4747
/>
4848
<Card
4949
title="Asset Tokenization"
5050
description="Build a Asset Tokenization blockchain application"
51-
href="/documentation/docs/developer-guides/asset-tokenization/"
51+
href="/docs/developer-guides/asset-tokenization/"
5252
/>
5353
</Cards>

0 commit comments

Comments
 (0)