Skip to content

Commit bac2d30

Browse files
committed
remove old hardhat and foundry links
1 parent 5cf99d4 commit bac2d30

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

smart-contracts/get-started.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,18 @@ Kick off development fast with curated links for connecting, funding, exploring,
1818
| [Get Test Tokens](/smart-contracts/faucets/){target=\_blank} | - | Request test funds to deploy and interact with contracts |
1919
| [Explore Transactions](/smart-contracts/explorers/){target=\_blank} | Subscan | Inspect transactions, logs, token transfers, and contract state |
2020
| [Deploy with Remix](/smart-contracts/dev-environments/remix/deploy-a-contract/){target=\_blank} | Remix | One‑click browser deployment to Polkadot Hub |
21-
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
2221

2322
## Build and Test Locally
2423

2524
Set up local environments and CI-friendly workflows to iterate quickly and validate changes before deploying.
2625

27-
| Build and Test Locally | Tools | Description |
28-
|:------------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
29-
| [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 |
30-
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
31-
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
32-
| [Foundry: Install and Config](/smart-contracts/dev-environments/foundry/install-and-config/){target=\_blank} | Foundry | Install toolchain and configure networks |
33-
| [Foundry: Compile and Test](/smart-contracts/dev-environments/foundry/compile-and-test/){target=\_blank} | Foundry | Write and run Solidity tests locally |
34-
| [Foundry: Verify a Contract](/smart-contracts/dev-environments/foundry/verify-a-contract/){target=\_blank} | Foundry | Verify deployed bytecode and metadata |
35-
| [Hardhat: Install and Config](/smart-contracts/dev-environments/hardhat/install-and-config/){target=\_blank} | Hardhat | Initialize a project and configure networks |
36-
| [Hardhat: Compile and Test](/smart-contracts/dev-environments/hardhat/compile-and-test/){target=\_blank} | Hardhat | Unit test contracts and run scripts |
37-
| [Hardhat: Verify a Contract](/smart-contracts/dev-environments/hardhat/verify-a-contract/){target=\_blank} | Hardhat | Verify deployments on explorers |
26+
| Build and Test Locally | Tools | Description |
27+
|:------------------------------------------------------------------------------------------------------:|:-----------------:|:----------------------------------------------------:|
28+
| [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 |
29+
| [Remix: Get Started](/smart-contracts/dev-environments/remix/get-started/){target=\_blank} | Remix | Connect Remix to Polkadot Hub and configure accounts |
30+
| [Remix: Verify a Contract](/smart-contracts/dev-environments/remix/verify-a-contract/){target=\_blank} | Remix | Publish verified source on explorers |
31+
| [Use Hardhat for Development](/smart-contracts/dev-environments/hardhat/){target=\_blank} | Hardhat | Project scaffolding and configuration |
32+
3833

3934
## Ethereum Developer Resources
4035

0 commit comments

Comments
 (0)