From 4f6b1de26527cc208139b617a3231e8c0ae81365 Mon Sep 17 00:00:00 2001
From: Kirill <65371121+kiruxaspb@users.noreply.github.com>
Date: Mon, 13 Mar 2023 23:05:13 +0300
Subject: [PATCH] Update remixide.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Сorrection of image display
---
.../remixide.md | 32 +++++++++----------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/04-Deploying-Smart-Contracts-Using-IDEs/remixide.md b/04-Deploying-Smart-Contracts-Using-IDEs/remixide.md
index 883eda72..d8b51dcf 100644
--- a/04-Deploying-Smart-Contracts-Using-IDEs/remixide.md
+++ b/04-Deploying-Smart-Contracts-Using-IDEs/remixide.md
@@ -41,17 +41,17 @@ A contract in the sense of Solidity is a collection of code (its functions) and
## Compile Smart Contract
-- Step1: Click button to switch to compile page.
+- Step 1: Click button to switch to compile page.
-- Step2: Select the appropriate compiler version, 0.8.15 in our case.
+- Step 2: Select the appropriate compiler version, 0.8.15 in our case.
-- Step3: Enable "Auto compile" and "Optimization" from Advanced Configurations,
+- Step 3: Enable "Auto compile" and "Optimization" from Advanced Configurations,
-- Step4: Select "HelloWorld" from the contract drop-down menu.
+- Step 4: Select "HelloWorld" from the contract drop-down menu.
-- Step5: Click "ABI" to copy the contract ABI and save it.
+- Step 5: Click "ABI" to copy the contract ABI and save it.
-
+
## Configure MetaMask and Fund Your Account
@@ -62,11 +62,11 @@ Now, We have to deploy our smart contract on BNB Smart Chain Network. For that,
- Go to setting page
-
+
- Add a new network
-
+
* Testnet
* [RPC URLs](./rpc.md)
@@ -89,17 +89,17 @@ Now, We have to deploy our smart contract on BNB Smart Chain Network. For that,
Follow the following steps to deploy the HelloWorld smart contract on the BNB Smart Chain Testnet.
-
+
-- Step1: Navigate to the Deployment Page.
-- Step2: Select Injected Provider in the Environment dropdown
-- Step3: Confirm the Connection Request on the MetaMask notification.
+- Step 1: Navigate to the Deployment Page.
+- Step 2: Select Injected Provider in the Environment dropdown
+- Step 3: Confirm the Connection Request on the MetaMask notification.
-
+
-- Step4: Once Metamask is connected to Remix, click on the "Deploy" button which would generate another metamask popup that requires transaction confirmation.
+- Step 4: Once Metamask is connected to Remix, click on the "Deploy" button which would generate another metamask popup that requires transaction confirmation.
-
+
**Congratulations!** You have successfully deployed a simple Smart Contract on the BSC Testnet. Now you can interact with the Smart Contract. Check the deployment status here:
@@ -132,4 +132,4 @@ At this point, you have your flattened and cleaned-up contract ready for the Bsc
## Conclusion
-This tutorial guided you through the basics of creating and deploying a simple smart contract using the Remix IDE and MetaMask Web Wallet. It also provides step-by-step guide on how to verify and publish your deployed smart contract. This tutorial uses testnet, however, the exact same instructions and sequence will work on the mainnet as well.
\ No newline at end of file
+This tutorial guided you through the basics of creating and deploying a simple smart contract using the Remix IDE and MetaMask Web Wallet. It also provides step-by-step guide on how to verify and publish your deployed smart contract. This tutorial uses testnet, however, the exact same instructions and sequence will work on the mainnet as well.