Skip to content

Commit 31aef47

Browse files
authored
Remove foundry and ethers (#1232)
* remove foundry and ethers pages * trailing slashes
1 parent 45b3899 commit 31aef47

File tree

19 files changed

+43
-1091
lines changed

19 files changed

+43
-1091
lines changed

smart-contracts/cookbook/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ This page contains a list of all relevant tutorials and guides to help you get s
1515

1616
## Get Tokens from the Faucet
1717

18-
| Title | Difficulty | Tools | Description |
19-
|-------|:----------:|-------|-------------|
20-
| [Faucet](/smart-contracts/faucet) | 🟢 Beginner | N/A | Learn how to obtain test tokens from Polkadot faucets for development and testing purposes across different networks. |
18+
| Title | Difficulty | Tools | Description |
19+
|------------------------------------|:-----------:|-------|-----------------------------------------------------------------------------------------------------------------------|
20+
| [Faucet](/smart-contracts/faucet/) | 🟢 Beginner | N/A | Learn how to obtain test tokens from Polkadot faucets for development and testing purposes across different networks. |
2121

2222
## EVM/PVM Smart Contracts
2323

24-
| Title | Difficulty | Tools | Description |
25-
|-------|:----------:|-------|-------------|
26-
| [Deploy an ERC-20 to Polkadot Hub](/smart-contracts/cookbook/smart-contracts/deploy-erc20) | 🟢 Beginner | EVM Wallet, Polkadot Remix IDE | Deploy an ERC-20 token on Polkadot Hub using PolkaVM. This guide covers contract creation, compilation, deployment, and interaction via Polkadot Remix IDE. |
27-
| [Deploy an NFT to Polkadot Hub](/smart-contracts/cookbook/smart-contracts/deploy-nft) | 🟢 Beginner | EVM Wallet, Polkadot Remix IDE | Deploy an NFT on Polkadot Hub using PolkaVM and OpenZeppelin. Learn how to compile, deploy, and interact with your contract using Polkadot Remix IDE. |
24+
| Title | Difficulty | Tools | Description |
25+
|---------------------------------------------------------------------------------------------------|:-----------:|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| [Deploy an ERC-20 to Polkadot Hub](/smart-contracts/cookbook/smart-contracts/deploy-erc20/remix/) | 🟢 Beginner | EVM Wallet, Polkadot Remix IDE | Deploy an ERC-20 token on Polkadot Hub using PolkaVM. This guide covers contract creation, compilation, deployment, and interaction via Polkadot Remix IDE. |
27+
| [Deploy an NFT to Polkadot Hub](/smart-contracts/cookbook/smart-contracts/deploy-nft/remix/) | 🟢 Beginner | EVM Wallet, Polkadot Remix IDE | Deploy an NFT on Polkadot Hub using PolkaVM and OpenZeppelin. Learn how to compile, deploy, and interact with your contract using Polkadot Remix IDE. |
2828

2929
## Port Ethereum DApps
3030

31-
| Title | Difficulty | Tools | Description |
32-
|-------|:----------:|-------|-------------|
33-
| [Deploying Uniswap V2 on Polkadot](/smart-contracts/cookbook/eth-dapps/uniswap-v2) | 🟡 Intermediate | Hardhat | Learn how to deploy and test Uniswap V2 on Polkadot Hub using Hardhat, bringing AMM-based token swaps to the Polkadot ecosystem. |
31+
| Title | Difficulty | Tools | Description |
32+
|-------------------------------------------------------------------------------------|:---------------:|---------|----------------------------------------------------------------------------------------------------------------------------------|
33+
| [Deploying Uniswap V2 on Polkadot](/smart-contracts/cookbook/eth-dapps/uniswap-v2/) | 🟡 Intermediate | Hardhat | Learn how to deploy and test Uniswap V2 on Polkadot Hub using Hardhat, bringing AMM-based token swaps to the Polkadot ecosystem. |
3434

3535
<!-- END OF AUTOMATICALLY GENERATED CONTENT -->
File renamed without changes.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nav:
2-
- 'Using Ethers.js': ethers.md
32
- 'Using Remix IDE': remix.md
43
- 'Using Hardhat': hardhat.md
5-
- 'Using Foundry': foundry.md
4+
# - 'Using Foundry': foundry.md

smart-contracts/cookbook/smart-contracts/deploy-basic/ethers.md

Lines changed: 0 additions & 263 deletions
This file was deleted.

smart-contracts/cookbook/smart-contracts/deploy-erc20/.nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: Deploy an ERC-20
22
nav:
33
- 'Remix': erc20-remix.md
44
- 'Hardhat': erc20-hardhat.md
5-
- 'Foundry': erc20-foundry.md
5+
# - 'Foundry': erc20-foundry.md
File renamed without changes.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nav:
2-
- 'Using Ethers.js': ethers.md
3-
- 'Using Foundry': foundry.md
4-
- 'Using Hardhat': hardhat.md
52
- 'Using Remix': remix.md
3+
- 'Using Hardhat': hardhat.md
4+
# - 'Using Foundry': foundry.md

0 commit comments

Comments
 (0)