Skip to content

Commit 33ebac6

Browse files
AlexD10SDaanvdplas
andauthored
docs: add solidity compatibility guide in the new tutorials section (#465)
* refactor: tutorials section * refactor: remove old tutorial section * chore: fix relative link * chore: revert relative path and add ignore pattern * fix: pattern * fix: link attempt 2 * refactor: remove ideas * docs: add existing solidity compatibility as tutorial --------- Co-authored-by: Daanvdplas <daanvdplas@live.nl>
1 parent 988c141 commit 33ebac6

File tree

9 files changed

+8173
-7919
lines changed

9 files changed

+8173
-7919
lines changed

docs/integrations-and-sdks/ethereum-compatibility/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ink! smart contracts can be made compatible with Ethereum tooling and libraries
1212

1313
## What's Covered
1414

15-
This section provides step-by-step guides for:
15+
Follow the tutorials below for step-by-step guides:
1616

17-
1. **[Setting up Solidity ABI](./setup-solidity-abi.md)**: Configure your ink! contract to generate Solidity-compatible ABI
18-
2. **[MetaMask Setup](./metamask-setup.md)**: Connect MetaMask wallet to Polkadot networks
19-
3. **[Hardhat Deployment](./hardhat-deployment.md)**: Deploy and interact with ink! contracts using Hardhat
20-
4. **[Wagmi Integration](./wagmi-integration.md)**: Build frontend dApps using Wagmi and React
17+
1. **[Setting up Solidity ABI](/tutorials/ethereum-compatibility/setup-solidity-abi)**: Configure your ink! contract to generate Solidity-compatible ABI
18+
2. **[MetaMask Setup](/tutorials/ethereum-compatibility/metamask-setup)**: Connect MetaMask wallet to Polkadot networks
19+
3. **[Hardhat Deployment](/tutorials/ethereum-compatibility/hardhat-deployment)**: Deploy and interact with ink! contracts using Hardhat
20+
4. **[Wagmi Integration](/tutorials/ethereum-compatibility/wagmi-integration)**: Build frontend dApps using Wagmi and React
2121

2222
## Important Considerations
2323

sidebars.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ module.exports = {
123123
"label": "Ethereum Compatibility",
124124
"items": [
125125
"integrations-and-sdks/ethereum-compatibility/overview",
126-
"integrations-and-sdks/ethereum-compatibility/setup-solidity-abi",
127-
"integrations-and-sdks/ethereum-compatibility/metamask-setup",
128-
"integrations-and-sdks/ethereum-compatibility/hardhat-deployment",
129-
"integrations-and-sdks/ethereum-compatibility/wagmi-integration"
130126
]
131127
}
132128
],

0 commit comments

Comments
 (0)