From 6bfaf6e27197956c4d7a8330a36b8bbf83ae8cb5 Mon Sep 17 00:00:00 2001 From: saeeddawod Date: Wed, 5 Feb 2025 14:46:23 +0200 Subject: [PATCH 1/5] remove discord link and fix images in index page --- blog/2024-03-26.md | 2 +- theme/index.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/blog/2024-03-26.md b/blog/2024-03-26.md index 4846730f..8b94a68f 100644 --- a/blog/2024-03-26.md +++ b/blog/2024-03-26.md @@ -42,6 +42,6 @@ Token vaults are useful in the enterprise context when working with multiple tok We just looked at 3 ways that developers can get more out of working with the ERC20 token standard. These extensions allow more control and visibility of assets that enterprise use cases may require. To get started deploying your own ERC20 smart contract on SettleMint, check out this guide on [Connecting a frontend to a token transfer application](/documentation/docs/developer-guides/connect-frontend/). -Have more questions about the ERC20 tokens and extensions, hop into our [Discord community](https://discord.gg/4WPatxDJ6A)! +Have more questions about the ERC20 tokens and extensions, please contact us at support@settlemint.com! --- diff --git a/theme/index.tsx b/theme/index.tsx index b796927c..e497fc2b 100644 --- a/theme/index.tsx +++ b/theme/index.tsx @@ -3,10 +3,6 @@ import '@fontsource/figtree/300.css'; import '@fontsource/figtree/400.css'; import '@fontsource/figtree/700.css'; import '@fontsource/figtree/900.css'; -import aikidoIcon from '../static/img/about-settlemint/aikido-icon.png'; -import platformImage from '../static/img/about-settlemint/platformModelBlue.png'; -import platformScreenshot from '../static/img/about-settlemint/platformScreenshot.webp'; -import supportIcon from '../static/img/about-settlemint/support-icon.png'; import styles from './styles.module.css'; function Navigation() { @@ -16,7 +12,8 @@ function Navigation() {
- SettleMint Platform + SettleMint Platform
@@ -54,7 +51,10 @@ function Navigation() {
- SettleMint Platform + SettleMint Platform
@@ -132,7 +132,7 @@ function Navigation() {
SettleMint Platform @@ -150,7 +150,7 @@ function Navigation() {
SettleMint Platform From 2077a7b7af8172b8e97135c07b668d05c87a83da Mon Sep 17 00:00:00 2001 From: saeeddawod Date: Wed, 5 Feb 2025 14:49:04 +0200 Subject: [PATCH 2/5] fixed images in dev guides page --- docs/developer-guides/guide-library.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/developer-guides/guide-library.mdx b/docs/developer-guides/guide-library.mdx index 8cfbf05b..d9aaa0cd 100644 --- a/docs/developer-guides/guide-library.mdx +++ b/docs/developer-guides/guide-library.mdx @@ -5,15 +5,13 @@ sidebar_position: 1 --- import { ArticleCard } from '@site/src/components/BlogArticleComponent'; -import frontendIcon from '@site/static/img/guides/connect-frontend.png'; -import assetTokenization from '@site/static/img/guides/asset-tokenization.png'; ## Application Development These guides will help you in your blockchain application development process. Date: Wed, 5 Feb 2025 15:01:24 +0200 Subject: [PATCH 3/5] fix images in supported blockchain pages --- .../1_supported-blockchains.mdx | 224 +++++++++++------- 1 file changed, 134 insertions(+), 90 deletions(-) diff --git a/docs/about-settlemint/1_supported-blockchains.mdx b/docs/about-settlemint/1_supported-blockchains.mdx index 57bb336b..9b435af6 100644 --- a/docs/about-settlemint/1_supported-blockchains.mdx +++ b/docs/about-settlemint/1_supported-blockchains.mdx @@ -4,125 +4,169 @@ When launching a blockchain development project, the selection of a blockchain p SettleMint currently supports the following protocols: -import ContentCard from '@site/src/components/ContentCard'; -import styles from '@site/src/components/ContentCard.module.css'; -import Ethereum from '@site/static/img/about-settlemint/blockchain-logos/eth-logo.png'; -import Besu from '@site/static/img/about-settlemint/blockchain-logos/besu-logo.png'; -import Fabric from '@site/static/img/about-settlemint/blockchain-logos/fabric-logo.png'; -import Quorum from '@site/static/img/about-settlemint/blockchain-logos/Quorum-logo.png'; -import Avalanche from '@site/static/img/about-settlemint/blockchain-logos/avalanche-logo.png'; -import Polygon from '@site/static/img/about-settlemint/blockchain-logos/polygon-logo.webp'; -import zkevm from '@site/static/img/about-settlemint/blockchain-logos/zkevm-logo.png'; -import Arbitrum from '@site/static/img/about-settlemint/blockchain-logos/arbitrum-logo.png'; -import Optimism from '@site/static/img/about-settlemint/blockchain-logos/optimism-logo.png'; -import Hedera from '@site/static/img/about-settlemint/blockchain-logos/hedera-logo.png'; + ## Permissioned Blockchains ## Public Blockchains From cb3e62090ac6eb654b58768511b6cb96a34acfe3 Mon Sep 17 00:00:00 2001 From: saeeddawod Date: Wed, 5 Feb 2025 15:02:51 +0200 Subject: [PATCH 4/5] remove background in supprted blockchain cards --- docs/about-settlemint/1_supported-blockchains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about-settlemint/1_supported-blockchains.mdx b/docs/about-settlemint/1_supported-blockchains.mdx index 9b435af6..1e62ac4c 100644 --- a/docs/about-settlemint/1_supported-blockchains.mdx +++ b/docs/about-settlemint/1_supported-blockchains.mdx @@ -15,7 +15,7 @@ SettleMint currently supports the following protocols: flex-direction: column; align-items: center; text-align: center; - background: #1b1b1d; + text-decoration: none; } From 69d297d0cebab4ac82ce71cf16e7a368807d8064 Mon Sep 17 00:00:00 2001 From: saeeddawod Date: Wed, 5 Feb 2025 15:13:56 +0200 Subject: [PATCH 5/5] fix images in components mdx --- docs/about-settlemint/4_components.mdx | 47 ++++++++------------------ 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/docs/about-settlemint/4_components.mdx b/docs/about-settlemint/4_components.mdx index bf9b483b..7dfc8158 100644 --- a/docs/about-settlemint/4_components.mdx +++ b/docs/about-settlemint/4_components.mdx @@ -5,67 +5,48 @@ description: Overview of the SettleMint components and tools available to build sidebar_position: 1 --- -import blockchainApplication from '@site/static/img/about-settlemint/blockchain-application.png'; -import blockchainNetwork from '@site/static/img/about-settlemint/network-node.png'; -import smartContract from '@site/static/img/about-settlemint/smart-contract.png'; -import middleware from '@site/static/img/about-settlemint/middleware.png'; -import storage from '@site/static/img/about-settlemint/storage.png'; -import integration from '@site/static/img/about-settlemint/integration.png'; +# SettleMint Components -This guide will explain each of the tools and services on SettleMint and how they connected to -build a blockchain application. +This guide will explain each of the tools and services on SettleMint and how they connect to build a blockchain application. ## The Blockchain Application Blockchain Application -The first step to building anything on SettleMint is to [create an -application](../../using-platform/create-an-application). You can think of an -application as the collection of resources that you need to build your -blockchain application. This includes a blockchain network, smart contracts, -middleware, storage, integrations, and insights.{' '} + +The first step to building anything on SettleMint is to [create an application](../../using-platform/create-an-application). You can think of an application as the collection of resources that you need to build your blockchain application. This includes a blockchain network, smart contracts, middleware, storage, integrations, and insights. ## Add a Blockchain Network and Node Blockchain Network and Node -After creating a blockchain application, you now need to [add a blockchain -network](../../using-platform/add-a-network-to-an-application) and node to your -application. SettleMint offeres a variety of different [blockchain -networks](../supported-blockchains) to choose from whatever your usecase may be. -Networks need nodes to support the blockchain to run, once a [network is -created](../../using-platform/add-a-node-to-a-network/) then a node is also -added automatically.{' '} + +After creating a blockchain application, you now need to [add a blockchain network](../../using-platform/add-a-network-to-an-application) and node to your application. SettleMint offers a variety of different [blockchain networks](../supported-blockchains) to choose from whatever your usecase may be. ## Create a Smart Contract Add a Smart Contract -Smart Contracts allow us to run code on the blockchain. Developing a smart -contract by [adding a smart contract -set](../../using-platform/dev-tools/code-studio/smart-contract-sets), is an -important step to reaching the business and product goals of your blockchain -application. ## Add a Middleware