Skip to content

Commit 63a543e

Browse files
committed
fix errant merge conflict syntax, description length
1 parent dcfbc85 commit 63a543e

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

smart-contracts/dev-environments/remix/get-started.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,7 @@ categories: Smart Contracts, Tooling
88

99
## Introduction
1010

11-
<<<<<<< HEAD
1211
Remix IDE is a robust browser-based development environment for smart contracts. This guide will walk you through the essentials of the [Remix IDE](https://remix.ethereum.org/){target=\_blank} to understand the processes of compiling, developing, and deploying smart contracts on Polkadot Hub.
13-
=======
14-
<div class="grid cards" markdown>
15-
- :octicons-code-16:{ .lg .middle } __Deploy NFTs Using Remix IDE__
16-
17-
---
18-
19-
Mint your NFT on Polkadot's Asset Hub. Use PolkaVM and OpenZeppelin to bring your digital asset to life with Polkadot Remix IDE.
20-
21-
<br>
22-
[:octicons-arrow-right-24: Get Started](/smart-contracts/cookbook/smart-contracts/deploy-nft/remix/){target=\_blank}
23-
24-
- :octicons-code-16:{ .lg .middle } __Deploy ERC20s Using Remix IDE__
25-
26-
---
27-
28-
Mint your custom ERC-20 token on Polkadot's Asset Hub. Leverage PolkaVM and Polkadot Remix IDE to bring your blockchain project to life.
29-
30-
<br>
31-
[:octicons-arrow-right-24: Get Started](/smart-contracts/cookbook/smart-contracts/deploy-erc20/remix/){target=\_blank}
32-
</div>
33-
34-
!!! warning
35-
The Polkadot Remix IDE's contract compilation functionality is currently limited to Google Chrome. Alternative browsers are not recommended for this task.
36-
37-
## Overview
38-
39-
Remix IDE is a robust browser-based development environment for smart contracts. This guide will walk you through the essentials of the [Polkadot Remix IDE](https://remix.polkadot.io/){target=\_blank} to understand the processes of compiling, developing, and deploying smart contracts on Asset Hub.
40-
>>>>>>> staging/product-ia
4112

4213
## Prerequisites
4314

@@ -104,7 +75,7 @@ Explore more about smart contracts through these resources:
10475

10576
Learn how to deploy smart contracts using Remix IDE.
10677

107-
[:octicons-arrow-right-24: Get Started](/smart-contracts/dev-environments/remix/deploy-a-contract)
78+
[:octicons-arrow-right-24: Get Started](/smart-contracts/dev-environments/remix/deploy-a-contract/)
10879

10980
- <span class="badge external">External</span> __OpenZeppelin Contracts__
11081

smart-contracts/dev-environments/remix/troubleshooting-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshooting Remix IDE
3-
description: Solutions to common issues when developing, compiling, and deploying smart contracts using Remix IDE on Polkadot Hub.
3+
description: Common issues related to developing, compiling, and deploying smart contracts using Remix IDE on Polkadot Hub paired with troubleshooting suggestions.
44
categories: Smart Contracts, Tooling
55
---
66

0 commit comments

Comments
 (0)