Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3a7dfa5
Update navigation and documentation for basic contract deployment
nhussein11 Oct 20, 2025
8ca8842
fix: llms
nhussein11 Oct 20, 2025
0eef625
Fix navigation entry for deploying a basic contract (PVM) in .nav.yml
nhussein11 Oct 21, 2025
c20f681
Update deployment guides for basic EVM and PVM contracts, specifying …
nhussein11 Oct 21, 2025
16aef31
Update smart-contracts/cookbook/smart-contracts/deploy-basic-pvm.md
nhussein11 Oct 21, 2025
37d8abe
Update smart-contracts/cookbook/smart-contracts/deploy-basic-pvm.md
nhussein11 Oct 21, 2025
b3bc379
Fix: adding reference to polkadot hub
nhussein11 Oct 21, 2025
999e78c
fix: llms
nhussein11 Oct 21, 2025
ed1cdf2
fix evm
0xlukem Oct 23, 2025
0ee669e
fix pvm
0xlukem Oct 23, 2025
3824734
fix
0xlukem Oct 23, 2025
6d7b21e
fresh llms
0xlukem Oct 23, 2025
766c77f
Update bytecode writing method in EVM deployment guide and remove TOD…
nhussein11 Oct 23, 2025
3b6ff77
hiding pvm content
0xlukem Oct 23, 2025
3aeef4c
add tabbed content
0xlukem Oct 23, 2025
cf2a44a
llms
0xlukem Oct 23, 2025
1feeaf6
Merge branch 'staging/product-ia' into nhussein11/add-deploy-basic-pvm
0xlukem Oct 23, 2025
fc18dc3
merge issue
0xlukem Oct 23, 2025
b0015d8
llms
0xlukem Oct 23, 2025
7c155d6
break deploy-basic-evm in small sections
0xlukem Oct 24, 2025
3a50c0f
fix naming
0xlukem Oct 24, 2025
31646b4
feedback
0xlukem Oct 29, 2025
34abe1b
fix
0xlukem Oct 30, 2025
6494346
Merge branch 'staging/product-ia' into nhussein11/add-deploy-basic-pvm
0xlukem Oct 30, 2025
ee94462
feedback
0xlukem Oct 30, 2025
c97c843
Apply suggestions from code review
0xlukem Oct 31, 2025
a468128
feedback
0xlukem Oct 31, 2025
98537a6
Merge branch 'staging/product-ia' into nhussein11/add-deploy-basic-pvm
0xlukem Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
974 changes: 974 additions & 0 deletions llms-files/llms-smart-contracts.txt

Large diffs are not rendered by default.

1,009 changes: 970 additions & 39 deletions llms-full.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

## Docs

- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/.venv/lib/python3.13/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md): No description available.
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/chain-interactions/accounts/create-account.md): No description available.
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/chain-interactions/accounts/query-accounts.md): No description available.
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/chain-interactions/index.md): No description available.
Expand Down Expand Up @@ -182,7 +181,8 @@
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/dapps/zero-to-hero.md): No description available.
- [Deploying Uniswap V2 on Polkadot](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/eth-dapps/uniswap-v2.md): Learn how to deploy and test Uniswap V2 on Polkadot Hub using Hardhat, bringing AMM-based token swaps to the Polkadot ecosystem.
- [Smart Contracts Cookbook Index](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/index.md): Explore our full collection of tutorials and guides to learn step-by-step how to build, deploy, and work with smart contracts on Polkadot.
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/smart-contracts/deploy-basic.md): No description available.
- [Deploy a Basic Contract to Polkadot Hub (EVM)](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/smart-contracts/deploy-basic-evm.md): Learn how to deploy a basic smart contract to Polkadot Hub using standard EVM tools and toolchains.
- [Deploy a Basic Contract to Polkadot Hub](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/smart-contracts/deploy-basic-pvm.md): Learn how to deploy a basic smart contract to Polkadot Hub using the PolkaVM.
- [Deploy an ERC-20 to Polkadot Hub](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/smart-contracts/deploy-erc20.md): Deploy an ERC-20 token on Polkadot Hub using PolkaVM. This guide covers contract creation, compilation, deployment, and interaction via Polkadot Remix IDE.
- [Deploy an NFT to Polkadot Hub](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/cookbook/smart-contracts/deploy-nft.md): Deploy an NFT on Polkadot Hub using PolkaVM and OpenZeppelin. Learn how to compile, deploy, and interact with your contract using Polkadot Remix IDE.
- [Untitled](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/smart-contracts/dev-environments/foundry/compile-and-test.md): No description available.
Expand Down
3 changes: 2 additions & 1 deletion smart-contracts/cookbook/smart-contracts/.nav.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nav:
- 'Deploy a Basic Contract': deploy-basic.md
- 'Deploy a Basic Contract (PVM)': deploy-basic-pvm.md
- 'Deploy a Basic Contract (EVM)': deploy-basic-evm.md
- 'Deploy an ERC-20': deploy-erc20.md
- 'Deploy an NFT': deploy-nft.md
Loading