Skip to content

Commit 5cba7fc

Browse files
eshabengithub-actions[bot]nhussein11
authored
Switch dev env > remix to single page (#1265)
* switch remix to a single pager * update links * update libraries to use icons * llms * Update smart-contracts/dev-environments/remix.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update smart-contracts/dev-environments/remix.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update smart-contracts/dev-environments/remix.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update smart-contracts/dev-environments/remix.md Co-authored-by: Nicolás Hussein <[email protected]> * llms --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nicolás Hussein <[email protected]>
1 parent 319868c commit 5cba7fc

39 files changed

+438
-1685
lines changed

.ai/categories/basics.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,23 +1194,21 @@ This resource provides quick-starts for building smart contracts on Polkadot Hub
11941194
11951195
Kick off development fast with curated links for connecting, funding, exploring, and deploying your first contract.
11961196
1197-
| Quick Start | Tools | Description |
1198-
|:-----------------------------------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1199-
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1200-
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1201-
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
1202-
| [Deploy with Remix](/smart-contracts/dev-environments/remix/deploy-a-contract/){target=\_blank} | Remix | One‑click browser deployment to Polkadot Hub |
1197+
| Quick Start | Tools | Description |
1198+
|:-------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1199+
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1200+
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1201+
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
12031202
12041203
## Build and Test Locally
12051204
12061205
Set up local environments and CI-friendly workflows to iterate quickly and validate changes before deploying.
12071206
1208-
| Build and Test Locally | Tools | Description |
1209-
|:------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
1210-
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1211-
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
1212-
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
1213-
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
1207+
| Build and Test Locally | Tools | Description |
1208+
|:-----------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------:|
1209+
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1210+
| [Use Remix for Development](/smart-contracts/dev-environments/remix/){target=\_blank} | Remix | Connect Remix to Polkadot Hub |
1211+
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
12141212
12151213
12161214
## Ethereum Developer Resources

.ai/categories/dapps.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,23 +1445,21 @@ This resource provides quick-starts for building smart contracts on Polkadot Hub
14451445
14461446
Kick off development fast with curated links for connecting, funding, exploring, and deploying your first contract.
14471447
1448-
| Quick Start | Tools | Description |
1449-
|:-----------------------------------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1450-
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1451-
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1452-
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
1453-
| [Deploy with Remix](/smart-contracts/dev-environments/remix/deploy-a-contract/){target=\_blank} | Remix | One‑click browser deployment to Polkadot Hub |
1448+
| Quick Start | Tools | Description |
1449+
|:-------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1450+
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1451+
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1452+
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
14541453
14551454
## Build and Test Locally
14561455
14571456
Set up local environments and CI-friendly workflows to iterate quickly and validate changes before deploying.
14581457
1459-
| Build and Test Locally | Tools | Description |
1460-
|:------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
1461-
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1462-
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
1463-
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
1464-
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
1458+
| Build and Test Locally | Tools | Description |
1459+
|:-----------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------:|
1460+
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1461+
| [Use Remix for Development](/smart-contracts/dev-environments/remix/){target=\_blank} | Remix | Connect Remix to Polkadot Hub |
1462+
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
14651463
14661464
14671465
## Ethereum Developer Resources

.ai/categories/infrastructure.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,23 +1920,21 @@ This resource provides quick-starts for building smart contracts on Polkadot Hub
19201920
19211921
Kick off development fast with curated links for connecting, funding, exploring, and deploying your first contract.
19221922
1923-
| Quick Start | Tools | Description |
1924-
|:-----------------------------------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1925-
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1926-
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1927-
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
1928-
| [Deploy with Remix](/smart-contracts/dev-environments/remix/deploy-a-contract/){target=\_blank} | Remix | One‑click browser deployment to Polkadot Hub |
1923+
| Quick Start | Tools | Description |
1924+
|:-------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1925+
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1926+
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1927+
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
19291928
19301929
## Build and Test Locally
19311930
19321931
Set up local environments and CI-friendly workflows to iterate quickly and validate changes before deploying.
19331932
1934-
| Build and Test Locally | Tools | Description |
1935-
|:------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
1936-
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1937-
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
1938-
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
1939-
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
1933+
| Build and Test Locally | Tools | Description |
1934+
|:-----------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------:|
1935+
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1936+
| [Use Remix for Development](/smart-contracts/dev-environments/remix/){target=\_blank} | Remix | Connect Remix to Polkadot Hub |
1937+
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
19401938
19411939
19421940
## Ethereum Developer Resources

.ai/categories/networks.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,23 +1195,21 @@ This resource provides quick-starts for building smart contracts on Polkadot Hub
11951195
11961196
Kick off development fast with curated links for connecting, funding, exploring, and deploying your first contract.
11971197
1198-
| Quick Start | Tools | Description |
1199-
|:-----------------------------------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1200-
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1201-
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1202-
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
1203-
| [Deploy with Remix](/smart-contracts/dev-environments/remix/deploy-a-contract/){target=\_blank} | Remix | One‑click browser deployment to Polkadot Hub |
1198+
| Quick Start | Tools | Description |
1199+
|:-------------------------------------------------------------------:|:---------------------:|:---------------------------------------------------------------:|
1200+
| [Connect to Polkadot](/smart-contracts/connect/){target=\_blank} | Polkadot.js, MetaMask | Add the network, configure RPC, verify activity in the explorer |
1201+
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1202+
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
12041203
12051204
## Build and Test Locally
12061205
12071206
Set up local environments and CI-friendly workflows to iterate quickly and validate changes before deploying.
12081207
1209-
| Build and Test Locally | Tools | Description |
1210-
|:------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
1211-
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1212-
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
1213-
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
1214-
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
1208+
| Build and Test Locally | Tools | Description |
1209+
|:-----------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------:|
1210+
| [Run a Local Dev Node](/smart-contracts/dev-environments/local-dev-node/){target=\_blank} | Polkadot SDK node | Spin up a local node for iterative development |
1211+
| [Use Remix for Development](/smart-contracts/dev-environments/remix/){target=\_blank} | Remix | Connect Remix to Polkadot Hub |
1212+
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
12151213
12161214
12171215
## Ethereum Developer Resources

0 commit comments

Comments
 (0)